在android开发板上面外接摄像头的时候,判断是否支持摄像头,可以通过cmd命令查看:方法如下 打开命令: adb shell cd sys/bus/usb/drivers ls 123 123 如果有显示uvcvideo 文件则说明支持uvc协议 github开源项目 uvccamera