linux自内核2.6以上就支持UVC协议了,自己电脑的内置摄像头都ok,但是外部的UVC摄像头就死活识别不了。
先运行命令:dmesg
看到:
[ 65.498042] uvcvideo 3-7:1.1: Failed to query (129) UVC probe control : -32 (exp. 26). [ 65.498045] uvcvideo 3-7:1.1: Failed to initialize the device (-5).
也不知道为啥,可能是一些支持的包没装好?
有木有大佬教教我怎么办?
😂 没用过这类的摄像头
Featured Collection
Popular Ranking
Popular Events
linux自内核2.6以上就支持UVC协议了,自己电脑的内置摄像头都ok,但是外部的UVC摄像头就死活识别不了。
先运行命令:dmesg
看到:
[ 65.498042] uvcvideo 3-7:1.1: Failed to query (129) UVC probe control : -32 (exp. 26).
[ 65.498045] uvcvideo 3-7:1.1: Failed to initialize the device (-5).
也不知道为啥,可能是一些支持的包没装好?
有木有大佬教教我怎么办?