invert timestamp_on_capture condition

This commit is contained in:
Andrew Bauer 2017-04-13 15:51:50 -05:00
parent a0b0f0aa79
commit 6b0f587725
3 changed files with 28861 additions and 1 deletions

28860
distros/redhat/build.txt Normal file

File diff suppressed because one or more lines are too long

View File

@ -355,7 +355,7 @@ bool Event::WriteFrameImage( Image *image, struct timeval timestamp, const char
Image* ImgToWrite;
Image* ts_image = NULL;
if ( config.timestamp_on_capture ) // stash the image we plan to use in another pointer regardless if timestamped.
if ( !config.timestamp_on_capture ) // stash the image we plan to use in another pointer regardless if timestamped.
{
ts_image = new Image(*image);
monitor->TimestampImage( ts_image, &timestamp );

BIN
zoneminder-1.30.2.tar.gz Normal file

Binary file not shown.