From 532b0d8ecd340fc54c119959a124fe6aef4c55e5 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 10 Jun 2017 02:48:30 -0400 Subject: [PATCH] fix play error --- stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.py b/stream.py index ee5a329..079bb20 100644 --- a/stream.py +++ b/stream.py @@ -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): '''