stop thread
This commit is contained in:
parent
fdadacac6c
commit
a0722b3782
|
@ -73,6 +73,7 @@ void ZoneMinderDeviceSource::doGetNextFrame() {
|
|||
|
||||
// stopping FrameSource callback
|
||||
void ZoneMinderDeviceSource::doStopGettingFrames() {
|
||||
stop = 1;
|
||||
Debug(1, "ZoneMinderDeviceSource::doStopGettingFrames");
|
||||
FramedSource::doStopGettingFrames();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue