%a |
The abbreviated weekday name according to the current locale. |
%A |
The full weekday name according to the current locale. |
%b |
The abbreviated month name according to the current locale. |
%B |
The full month name according to the current locale. |
%c |
The preferred date and time representation for the current locale. |
%C |
Text defined by the text_event feature |
%d |
The day of the month as a decimal number (range 01 to 31). |
%D |
Number of pixels detected as Motion. If labelling is enabled the number is the number of pixels in the largest labelled motion area. |
%E |
Modifier: use alternative format, see below. |
%f |
File name - used in the on_picture_save, on_movie_start, on_movie_end, and sql_query features. |
%F |
Equivalent to %Y-%m-%d (the ISO 8601 date format). |
%H |
The hour as a decimal number using a 24-hour clock (range 00 to 23). |
%i |
Width of the rectangle containing the motion pixels (the rectangle that is shown on the image when locate is on). |
%I |
The hour as a decimal number using a 12-hour clock (range 01 to 12). |
%j |
The day of the year as a decimal number (range 001 to 366). |
%J |
Height of the rectangle containing the motion pixels (the rectangle that is shown on the image when locate is on). |
%k |
The hour (24-hour clock) as a decimal number (range 0 to 23); single digits are preceded by a blank. (See also %H.) |
%K |
X coordinate in pixels of the center point of motion. Origin is upper left corner. |
%l |
The hour (12-hour clock) as a decimal number (range 1 to 12); single digits are preceded by a blank. (See also %I.) |
%L |
Y coordinate in pixels of the center point of motion. Origin is upper left corner and number is positive moving downwards (I may change this soon). |
%m |
The month as a decimal number (range 01 to 12). |
%M |
The minute as a decimal number (range 00 to 59). |
%n |
Filetype as used in the on_picture_save, on_movie_start, on_movie_end, and sql_query features. |
%N |
Noise level. |
%o |
Threshold. The number of detected pixels required to trigger motion. When threshold_tune is 'on' this can be used to show the current tuned value of threshold. |
%p |
Either 'AM' or 'PM' according to the given time value, or the corresponding strings for the current locale. Noon is treated as `pm' and midnight as `am'. |
%P |
Like %p but in lowercase: `am' or `pm' or a corresponding string for the current locale. |
%q |
Picture frame number within current second. For jpeg filenames this should always be included in the filename if you save more then 1 picture per second to ensure unique filenames. It is not needed in filenames for mpegs. |
%Q |
Number of detected labels found by the despeckle feature |
%r |
The time in a.m. or p.m. notation. |
%R |
The time in 24-hour notation (%H:%M). |
%s |
The number of seconds since the Epoch, i.e., since 1970-01-01 00:00:00 UTC. |
%S |
The second as a decimal number (range 00 to 61). |
%t |
Thread number (camera number) |
%T |
The time in 24-hour notation (%H:%M:%S). |
%u |
The day of the week as a decimal, range 1 to 7, Monday being 1. See also %w. |
%U |
The week number of the current year as a decimal number, range 00 to 53, starting with the first Sunday as the first day of week 01. See also %V and %W. |
%v |
Event number. An event is a series of motion detections happening with less than 'gap' seconds between them. |
%V |
The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is the first week that has at least 4 days in the current year, and with Monday as the first day of the week. See also %U and %W. |
%w |
The day of the week as a decimal, range 0 to 6, Sunday being 0. See also %u. |
%W |
The week number of the current year as a decimal number, range 00 to 53, starting with the first Monday as the first day of week 01. |
%x |
The preferred date representation for the current locale without the time. |
%X |
The preferred time representation for the current locale without the date. |
%y |
The year as a decimal number without a century (range 00 to 99). |
%Y |
The year as a decimal number including the century. |
%z |
The time-zone as hour offset from GMT. |
%Z |
The time zone or name or abbreviation. |