v2.4: tweak raspicam
This commit is contained in:
parent
b061aa0f62
commit
7471accfd6
1 changed files with 7 additions and 11 deletions
18
webcam.txt
18
webcam.txt
|
@ -1,8 +1,4 @@
|
||||||
### Windows users: To edit this file use Notepad++, VSCode, Atom or SublimeText.
|
# vim: ft=conf
|
||||||
### Do not use Notepad or WordPad.
|
|
||||||
|
|
||||||
### MacOSX users: If you use Textedit to edit this file make sure to use
|
|
||||||
### "plain text format" and "disable smart quotes" in "Textedit > Preferences"
|
|
||||||
|
|
||||||
### Configure which camera to use
|
### Configure which camera to use
|
||||||
#
|
#
|
||||||
|
@ -13,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# Defaults to auto
|
# Defaults to auto
|
||||||
#
|
#
|
||||||
#camera="auto"
|
camera="raspi"
|
||||||
|
|
||||||
### Additional options to supply to MJPG Streamer for the USB camera
|
### Additional options to supply to MJPG Streamer for the USB camera
|
||||||
#
|
#
|
||||||
|
@ -26,9 +22,9 @@ 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
|
||||||
#
|
#
|
||||||
# Apparently there a some devices out there that with the current
|
# Apparently there a some devices out there that with the current
|
||||||
# mjpg_streamer release do not support the -f parameter (for specifying
|
# mjpg_streamer release do not support the -f parameter (for specifying
|
||||||
# the capturing framerate) and will just refuse to output an image if it
|
# the capturing framerate) and will just refuse to output an image if it
|
||||||
# is supplied.
|
# is supplied.
|
||||||
#
|
#
|
||||||
# The webcam daemon will detect those devices by their USB Vendor and Product
|
# The webcam daemon will detect those devices by their USB Vendor and Product
|
||||||
|
@ -42,7 +38,7 @@ camera_usb_options="-r 800x600 -f 10"
|
||||||
#
|
#
|
||||||
# Using the following option it is possible to add additional devices. If
|
# Using the following option it is possible to add additional devices. If
|
||||||
# your webcam happens to show above symptoms, try determining your cam's
|
# your webcam happens to show above symptoms, try determining your cam's
|
||||||
# vendor and product id via lsusb, activating the line below by removing # and
|
# vendor and product id via lsusb, activating the line below by removing # and
|
||||||
# adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"
|
# adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"
|
||||||
#
|
#
|
||||||
# additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")
|
# additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")
|
||||||
|
@ -57,7 +53,7 @@ camera_usb_options="-r 800x600 -f 10"
|
||||||
# Defaults to 10fps
|
# Defaults to 10fps
|
||||||
#
|
#
|
||||||
# camera_raspi_options="-fps 10"
|
# camera_raspi_options="-fps 10"
|
||||||
camera_raspi_options="-r 800x600 -fps 10"
|
camera_raspi_options="-rot 180 -x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1"
|
||||||
|
|
||||||
### Configuration of camera HTTP output
|
### Configuration of camera HTTP output
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue