Help

Yawcam -> Motion detection -> Actions -> File

Motion file settings

Save file - Enter the path and filename for where the image shall be saved. Use the "Browse..." button to open a file dialog to browse your computer's hard drive. The "Info" button shows info about the variables that can be used in the filename.

Image options - Specify the quality of the image and if the overlay shall be added to the saved image or not. You can read more info about the text overlay settings and image overlay settings.

Image array - If the image array is activated Yawcam will save a sequence of images with a specified interval. Enter the number of images you want to save and the delay between the images in milliseconds. (1000 milliseconds is the same as 1 second.)

Remember to use variables in the filename if you activate the image array! If you use a static filename the image will be overwritten and you will only get one image instead of a sequence. If an interval smaller than 1000 ms is used, always include the variable {tstampMS} to get a complete image sequence.

Flood control - Activate the flood control to set a limit of how often this action can be performed. The action will be blocked if the time set in the interval not has passed since last time this action was taken.

It is possible to use the following variables in the filename:

{date} = The date in format YYYY-MM-DD
{dateY} = The current year in format YYYY
{dateM} = The current month in format MM
{dateD} = The current day of the month in format DD
{tstamp} = A time stamp in format HH.MM.SS
{tstampH} = The current hour in format HH
{tstampM} = The current minute in format MM
{tstampS} = The current second in format SS
{tstampMS} = The current millisecond