text_left
- Type: String
- Range / Valid values: Max 4095 characters
- Default: Not defined
- Group: Image Processing
User defined text overlayed on each in the lower left corner. Use A-Z, a-z, 0-9, " / ( ) @ ~ # < > , . : - + _ \n and vertical bar and
conversion specifiers (codes starting by a %)., User defined text overlayed on each in the lower left corner. Use A-Z, a-z, 0-9, " / ( ) @ ~ # < > , . : - + _ \n and vertical bar and
conversion specifiers (codes starting by a %).
text_left is displayed in the lower left corner of the pictures. If the option is not defined no text is displayed at this position.
You can place the text in quotation marks to allow leading spaces. With a combination is spaces and newlines you can position the text anywhere on the picture.
Detailed Description
A conversion specifier is a code that starts by % (except newline which is \n). The
conversion specifiers used has the same function as for the C function strftime (3). The most commonly used are:
- %Y = year
- %m = month as two digits
- %d = date
- %H = hour
- %M = minute
- %S = second
- %T = HH:MM:SS
These are unique to motion
- %v = event
- %q = frame number
- %t = thread (camera) number
- %D = changed pixels
- %N = noise level
- %i = width of motion area
- %J = height of motion area
- %K = X coordinate of motion center
- %L = Y coordinate of motion center
- %C = value defined by text_event
With a combination of text, spaces, new lines \n and conversion specifiers you have some very flexible text features.
For a full list of conversion specifiers see the section
Conversion Specifiers for Advanced Filename and Text Feature.