Tidied up todos

This commit is contained in:
Joel Collins 2019-09-16 17:34:33 +01:00
parent affd9718a0
commit 8b9ecbe2c7
5 changed files with 1 additions and 20 deletions

View file

@ -131,7 +131,6 @@ class PiCameraStreamer(BaseCamera):
Args:
config (dict): Dictionary of config parameters.
"""
# TODO: Include timing and batching logic when applying PiCamera settings
paused_stream = False
logging.debug("PiCameraStreamer: Applying config:")
@ -260,9 +259,6 @@ class PiCameraStreamer(BaseCamera):
"""Start the on board GPU camera preview."""
logging.info("Starting the GPU preview")
# TODO: Commented out as I honestly can't remember why this was here. May need to put back?
# self.start_stream_recording()
try:
if not self.camera.preview:
logging.debug("Starting preview")