Platform: ROCKCHIP
OS: Android 6.0
Kernel: 3.10.92
UVC协议官方文档:
http://www.usb.org/developers/docs/devclass_docs/
USB_Video_Example 1.5.pdf
和
UVC 1.5 Class specification.pdf
每个video function有一个VideoControl(VC) interface和若干个VideoStreaming(VS) interface.
VC用于用于设备控制, VS用于传输数据流. 属于同一个video function(视频采集卡可能会有多个)的
VC和VS叫做Video Interface Collection(VIC), 协议中使用Interface Association Descriptor(IAD)来描述它.
Video function相当于USB协议里的Interface level, 它有两种interface subclass:
VideoControl Interface
VideoStreaming Interface
UVC里面还有一个Interface是 Interface Association Descriptor,它的subclass是
Video Interface Collection.
为了将Video function的功能细分管理,内部就分成了很多entities, 它有两种:
Units和Terminals
而其中主要有如下几个模块:
IT(Input
OS: Android 6.0
Kernel: 3.10.92
UVC协议官方文档:
http://www.usb.org/developers/docs/devclass_docs/
USB_Video_Example 1.5.pdf
和
UVC 1.5 Class specification.pdf
每个video function有一个VideoControl(VC) interface和若干个VideoStreaming(VS) interface.
VC用于用于设备控制, VS用于传输数据流. 属于同一个video function(视频采集卡可能会有多个)的
VC和VS叫做Video Interface Collection(VIC), 协议中使用Interface Association Descriptor(IAD)来描述它.
Video function相当于USB协议里的Interface level, 它有两种interface subclass:
VideoControl Interface
VideoStreaming Interface
UVC里面还有一个Interface是 Interface Association Descriptor,它的subclass是
Video Interface Collection.
为了将Video function的功能细分管理,内部就分成了很多entities, 它有两种:
Units和Terminals
而其中主要有如下几个模块:
IT(Input