Differences

This shows you the differences between two versions of the page.

doc:howto:webcam [2012/12/04 16:07]
lizby Add pan and tilt example
doc:howto:webcam [2013/04/10 22:02] (current)
dz0rg
Line 55: Line 55:
===== Troubleshooting ===== ===== Troubleshooting =====
 +
 +If the control page doesn't contain any of the controls, edit the file /etc/init.d/mjpg-streamer and replace these lines
 +
 +<code>
 +service_start /usr/bin/mjpg_streamer --input "input_uvc.so \
 +                --device $device --fps $fps --resolution $resolution" \         
 +                --output "output_http.so --www $www --port $port"
 +</code>
 +         
 +by (on a single line )
 +
 +<code>
 +service_start /usr/bin/mjpg_streamer --input "input_uvc.so --device $device --fps $fps --resolution $resolution" --output "output_http.so --www $www --port $port"
 +</code>
The command ''mjpg_streamer -h'' give you usage information and examples. The command ''mjpg_streamer -h'' give you usage information and examples.

Back to top

doc/howto/webcam.1354633645.txt.bz2 · Last modified: 2012/12/04 16:07 by lizby