diff --git a/light9/vidref/remotepivideo.py b/light9/vidref/remotepivideo.py --- a/light9/vidref/remotepivideo.py +++ b/light9/vidref/remotepivideo.py @@ -32,8 +32,7 @@ class Pipeline(object): return # this cannot yet survive being called a second time - self._startRequest(str(self.picsUrl.replace('/pic', '/pics')) + - '&res=1080&resize=450') + self._startRequest(str(self.picsUrl)) def _replaceLiveVideoWidget(self, liveVideo): aspectFrame = liveVideo.get_parent()