Added fast autofocus
This commit is contained in:
parent
bb8312835a
commit
ef3aeb0581
2 changed files with 169 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ class StreamingCamera(BaseCamera):
|
|||
self.stream,
|
||||
format='mjpeg',
|
||||
quality=self.config['jpeg_quality'],
|
||||
bitrate=-1, # RWB: disable bitrate control
|
||||
splitter_port=splitter_port)
|
||||
except picamera.exc.PiCameraAlreadyRecording:
|
||||
logging.info("Error while starting preview: Recording already running.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue