Reduces noise stream resolution

This commit is contained in:
jtc42 2019-06-28 13:25:53 +01:00
parent adc5a81cad
commit 18f219c8e9

View file

@ -33,7 +33,7 @@ class StreamingCamera(BaseCamera):
# Update config properties # Update config properties
self.image_resolution = (1312, 976) self.image_resolution = (1312, 976)
self.stream_resolution = (832, 624) self.stream_resolution = (640, 480)
self.numpy_resolution = (1312, 976) self.numpy_resolution = (1312, 976)
self.jpeg_quality = 75 self.jpeg_quality = 75
self.framerate = 10 self.framerate = 10