日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

网络摄像头1 mjpg-streamer使用方法

發布時間:2024/4/14 编程问答 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 网络摄像头1 mjpg-streamer使用方法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在start_uvc.sh或start_s3c24c0.sh里面,
//cmos攝像頭 ./mjpg_streamer -o "output_http.so -w ./www" -i "input_s3c2410.so"//usb攝像頭 ./mjpg_streamer -o "output_http.so -w ./www" -i "input_uvc.so"還可以是
## this is the minimum command line to start mjpg-streamer with webpages ## for the input-plugin default parameters are used #./mjpg_streamer -o "output_http.so -w `pwd`/www"## to query help for the core: # ./mjpg_streamer --help## to query help for the input-plugin "input_uvc.so": # ./mjpg_streamer --input "input_uvc.so --help"## to query help for the output-plugin "output_file.so": # ./mjpg_streamer --output "output_file.so --help"## to query help for the output-plugin "output_http.so": # ./mjpg_streamer --output "output_http.so --help"## to specify a certain device, framerage and resolution for the input plugin: # ./mjpg_streamer -i "input_uvc.so -d /dev/video2 -r 320x240 -f 10"## to start both, the http-output-plugin and write to files every 15 second: # mkdir pics # ./mjpg_streamer -o "output_http.so -w `pwd`/www" -o "output_file.so -f pics -d 15000"## to protect the webserver with a username and password (!! can easily get sniffed and decoded, it is just base64 encoded !!) # ./mjpg-streamer -o "output_http.so -w ./www -c UsErNaMe:SeCrEt"## If you want to track down errors, use this simple testpicture plugin as input source. ## to use the testpicture input plugin instead of a webcam or folder: # ./mjpg_streamer -i "./input_testpicture.so -r 320x240 -d 500" -o "./output_http.so -w www"

轉載于:https://www.cnblogs.com/-song/archive/2011/11/23/3331932.html

總結

以上是生活随笔為你收集整理的网络摄像头1 mjpg-streamer使用方法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。