v2.4: update webcam
This commit is contained in:
parent
e8ba5dd5ab
commit
fe6f888b72
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
# Defaults to a resolution of 640x480 px and a framerate of 10 fps
|
# Defaults to a resolution of 640x480 px and a framerate of 10 fps
|
||||||
#
|
#
|
||||||
#camera_usb_options="-r 640x480 -f 10"
|
#camera_usb_options="-r 640x480 -f 10"
|
||||||
|
camera_usb_options="-r 800x600 -f 10"
|
||||||
|
|
||||||
### Additional webcam devices known to cause problems with -f
|
### Additional webcam devices known to cause problems with -f
|
||||||
#
|
#
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
# Defaults to 10fps
|
# Defaults to 10fps
|
||||||
#
|
#
|
||||||
# camera_raspi_options="-fps 10"
|
# camera_raspi_options="-fps 10"
|
||||||
|
camera_raspi_options="-r 800x600 -fps 10"
|
||||||
|
|
||||||
### Configuration of camera HTTP output
|
### Configuration of camera HTTP output
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue