mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 14:27:05 -04:00
Capture can reasonably return -1 for EOF.
This commit is contained in:
@@ -2383,7 +2383,7 @@ int Monitor::Capture() {
|
||||
}
|
||||
|
||||
if ( captureResult < 0 ) {
|
||||
Warning("Return from Capture (%d), signal loss", captureResult);
|
||||
Info("Return from Capture (%d), signal loss", captureResult);
|
||||
// Unable to capture image for temporary reason
|
||||
// Fake a signal loss image
|
||||
Rgb signalcolor;
|
||||
|
||||
Reference in New Issue
Block a user