Removed pointless GPU preview log
This commit is contained in:
parent
da490fdfcd
commit
3cfbb40655
1 changed files with 0 additions and 2 deletions
|
|
@ -315,8 +315,6 @@ class PiCameraStreamer(BaseCamera):
|
||||||
|
|
||||||
def start_preview(self, fullscreen=True, window=None):
|
def start_preview(self, fullscreen=True, window=None):
|
||||||
"""Start the on board GPU camera preview."""
|
"""Start the on board GPU camera preview."""
|
||||||
logging.info("Starting the GPU preview")
|
|
||||||
|
|
||||||
with self.lock():
|
with self.lock():
|
||||||
try:
|
try:
|
||||||
if not self.camera.preview:
|
if not self.camera.preview:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue