Searched query: mjpg streamer
Code: Select all
raspistill -t 999999 -tl 50 -o /tmp/test.jpg -n -w 960 -h 720Code: Select all
./mjpg_streamer -i './input_file.so -f /tmp/ -d 0' -o "./output_http.so -w ./www -p 8080"
Thanks for reply!Gbaman wrote:If you need it in a web page, mjpg streamer works quite well, maybe only 0.5-1 second of lag. For trying to get the lag right down, you might want to look into gstreamer. Never used gstreamer for V4L but I am sure it shouldn't be hard.