UVC
什么是UVC?
UVC节点如何工作?
UVC节点当前可以处理来自OAK设备的NV12视频流。对于其他格式的流,需要转换为NV12,这可以通过ImageManip节点实现。需要注意的是,与NV12转换不兼容的流(如深度流)不受UVC节点支持。
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
需要帮助?
请前往 OAKChina 官网 获取技术支持或解答您的任何疑问。