|
楼主 |
发表于 2015-12-9 14:02
|
显示全部楼层
运行 dmesg 可以认到摄像头。
uvcvideo: Found UVC 1.00 device 1.3M WebCam (0402:9665)
input: 1.3M WebCam as /class/input/input0
usbcore: registered new interface driver uvcvideo
开MJPG-streamer就会出现如下错误:
/opt$ mjpg_streamer -i "input_uvc.so -r 640x480 -f 10 -l off -y" -o "output_http.so -p 1234 -c admin:password -w /opt/share/www"
MJPG Streamer Version: svn rev: wyeksportowane
ERROR: could not find input plugin
Perhaps you want to adjust the search path with:
# export LD_LIBRARY_PATH=/path/to/plugin/folder
dlopen: File not found |
|