fix play error
This commit is contained in:
parent
fbce318200
commit
532b0d8ecd
|
@ -357,7 +357,7 @@ class Camera(ThreadedPipeline):
|
|||
def start(self):
|
||||
# video is on usb, so wait until it comes back after we hard reset the bus
|
||||
waitForPath(self._vPath, logger)
|
||||
ThreadedPipeline.start(self, play=False)
|
||||
ThreadedPipeline.start(self, play=True)
|
||||
|
||||
class FileDump(ThreadedPipeline):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue