i've been using mjpeg-streamer raspistill 1fps.
i'd try raspivid has "-cd mjpeg" option.
i've used raspistill command line this: , lauch mjpeg follows: viewing this: gives 1 fps.
how use raspivid instead? post raspivid updated mjpeg use in may 2016 (?) many other examples use older version.
i'd try raspivid has "-cd mjpeg" option.
i've used raspistill command line this:
code: select all
raspistill -n -w 320 -h 240 -o /tmp/pic.jpg -tl 50 -t 9999999 -th 0:0:0
code: select all
sudo ld_library_path=/usr/local/lib mjpg_streamer -i "input_file.so -f /tmp -n pic.jpg" -o "output_http.so -w /usr/local/www"
code: select all
http://localhost:8080/
how use raspivid instead? post raspivid updated mjpeg use in may 2016 (?) many other examples use older version.
raspberrypi
Comments
Post a Comment