UVC
UVC
什么是 UVC?
UVC 节点如何工作?
UVC 节点目前可以处理来自 OAK 设备的 NV12 视频流。对于其他格式的流,需要转换为 NV12,这可以通过 ImageManip 节点实现。需要注意的是,UVC 节点不支持与 NV12 转换不兼容的流,例如深度流。
UVC 节点使用示例
参考
class
depthai.node.UVC(depthai.Node)
method
setGpiosOnInit(self, list: collections.abc.Mapping
[
typing.SupportsInt
,
typing.SupportsInt
])Set GPIO list <gpio_number, value> for GPIOs to set (on/off) at init
method
setGpiosOnStreamOff(self, list: collections.abc.Mapping
[
typing.SupportsInt
,
typing.SupportsInt
])Set GPIO list <gpio_number, value> for GPIOs to set when streaming is disabled
method
setGpiosOnStreamOn(self, list: collections.abc.Mapping
[
typing.SupportsInt
,
typing.SupportsInt
])Set GPIO list <gpio_number, value> for GPIOs to set when streaming is enabled
property
input
Input for image frames to be streamed over UVC Default queue is blocking with size 8
需要帮助?
请前往 Discussion Forum 获取技术支持或提出您可能有的任何其他问题。