Mustafa Ozcelikors | 90f20c6 | 2017-08-20 19:01:37 +0200 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | # This bash script starts the mjpg_streamer using UVC driver (webcam) | ||||
4 | # located in the following directory. | ||||
5 | |||||
6 | export LD_LIBRARY_PATH=/usr/local/lib/ | ||||
7 | /usr/local/bin/mjpg_streamer -i "input_uvc.so -n pic.jpg -q 50" -o "output_http.so -w /usr/local/www -p 8081" | ||||
8 |