Reduces noise stream resolution
This commit is contained in:
parent
adc5a81cad
commit
18f219c8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class StreamingCamera(BaseCamera):
|
|||
|
||||
# Update config properties
|
||||
self.image_resolution = (1312, 976)
|
||||
self.stream_resolution = (832, 624)
|
||||
self.stream_resolution = (640, 480)
|
||||
self.numpy_resolution = (1312, 976)
|
||||
self.jpeg_quality = 75
|
||||
self.framerate = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue