概述
Video Class设备描述位于USB协议的Interface级,每个设备的Interface分为两类VideoControl Interface(仅仅只用一个)和VideoStreaming Interface(可以具有多个),而与设备的一个相关的所有的USB Interface被称作为一个Video Interface Collection使用IAD(Interface Association Deor)描述符来描述。
USB协议级解释:为设备的一种功能比如一个USB设备又是优盘又是蓝牙发射器,这就是一个设备的两个。
Video Class位于USB协议的Interface级,Interface 描述符中Class code为0xE,其下面分为4个Subclass:
Undefined:0x0
VC Interface Subclass:0x1(VC的USB Interface Deor中Subclass标记为此值)。
VS Interface Subclass:0x2(VS的USB Interface Deor中Subclass标记为此值)。
Video Interface Collection Subclass:0x3(IAD的USB Interface Deor中Subclass标记此值)。
复合设备拥有多个->Video Interface Collenction,也会拥有多个IAD。
的拓扑结构(基本概念,对象化理解)
被划分为一系列可寻址的Entity,而Entity被分为两类:Unit和Terminal。每个Entity都有其输入和输出,从1开始计数。

USB Video Class设备的Interface分为VideoControl和VideoStreaming,通过Interface Association Descriptor描述。规范包含VC Interface, VS Interface和Video Interface Collection。设备由不同类型的Entity(Unit和Terminal)构成,如Input Terminal, Output Terminal, Selector Unit, Processing Unit等。Video Control涉及Entity的特性控制,Selector Unit选择输入,Processing Unit处理视频流。VideoStream Interface通过Isochronous或Bulk端点传输数据。"
103399909,8417668,使用numpy实现GCN的自环与归一化处理,"['图神经网络', 'numpy实现', '深度学习', '特征处理', '图学习']
最低0.47元/天 解锁文章
3324

被折叠的 条评论
为什么被折叠?



