blob: f340640bf5862b43633d8760aebc9da1cf69f2f7 [file] [log] [blame]
Mustafa Ozcelikors90f20c62017-08-20 19:01:37 +02001#!/bin/bash
2
3# This bash script starts the mjpg_streamer using UVC driver (webcam)
4# located in the following directory.
5
6export 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