我有一个名为(AverMedia C875 USB-07ca:0875)的HDMI捕获设备,它有用于Windows和Mac的驱动程序,但没有为Linux提供驱动程序。由于它有Mac支持,在Linux下可以从这个设备访问原始数据吗?
当设备以PC模式连接时,这就是在dmesg
中显示的内容:
usb 3-3: new high-speed USB device number 3 using xhci_hcd
usb 3-3: Device not responding to set address.
usb 3-3: Device not responding to set address.
usb 3-3: device not accepting address 3, error -71
usb 3-3: new high-speed USB device number 5 using xhci_hcd
usb 3-3: New USB device found, idVendor=07ca, idProduct=0875
usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-3: Product: Aver_C875_USB
usb 3-3: Manufacturer: AVerMedia Tech. Inc.
usb 3-3: SerialNumber: ************
usb 3-3: ep 0x2 - rounding interval to 2 microframes, ep desc says 3 microframes
usb 3-3: ep 0x4 - rounding interval to 2 microframes, ep desc says 3 microframes
usb 3-3: ep 0x83 - rounding interval to 2 microframes, ep desc says 3 microframes
要了解更多信息,这是lsusb -v
中用于此设备的内容:http://pastebin.com/B4Bhriw4
我对此有一点希望,因为AverMedia对他们拥有的其他设备有一定的Linux友好性:http://www.linuxtv.org/wiki/index.php/AVerMedia。
我不知道在哪个地方发布这样的请求,因为AverMedia没有论坛。
发布于 2014-12-15 04:42:11
是的,您可以使用不同的库(如v4l2 )获取原始视频。
为了获得更多帮助,v4l2帮助。
发布于 2014-12-15 06:13:57
使用kino软件。启动它,然后按capture ->捕获。
https://unix.stackexchange.com/questions/174281
复制相似问题