stop thread

This commit is contained in:
Isaac Connor 2021-01-31 21:31:00 -05:00
parent fdadacac6c
commit a0722b3782
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ void ZoneMinderDeviceSource::doGetNextFrame() {
// stopping FrameSource callback // stopping FrameSource callback
void ZoneMinderDeviceSource::doStopGettingFrames() { void ZoneMinderDeviceSource::doStopGettingFrames() {
stop = 1;
Debug(1, "ZoneMinderDeviceSource::doStopGettingFrames"); Debug(1, "ZoneMinderDeviceSource::doStopGettingFrames");
FramedSource::doStopGettingFrames(); FramedSource::doStopGettingFrames();
} }