fix play error

This commit is contained in:
petrucci4prez 2017-06-10 02:48:30 -04:00
parent fbce318200
commit 532b0d8ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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):
'''