Closedown
This commit is contained in:
+2
-2
@@ -174,9 +174,9 @@ class CamTool(DeviceBase):
|
||||
def captureBackground(self, images):
|
||||
self.start()
|
||||
self.bg_capture.write(images)
|
||||
sleep(0.1)
|
||||
sleep(2.0)
|
||||
while( self.bg_capture_remain.read() > 0):
|
||||
time.sleep(0.001)
|
||||
time.sleep(0.1)
|
||||
#self.stop()
|
||||
#self.bg_capture.write(images)
|
||||
#while( self.bg_capture_remain.read() > 0):
|
||||
|
||||
Reference in New Issue
Block a user