UVC
What is UVC?
How Does the UVC Node Work?
The UVC node can currently handle NV12 video streams from OAK devices. For streams in other formats, conversion to NV12 is necessary, which can be achieved using the ImageManip node. It's important to note that streams incompatible with NV12 conversion, like depth streams, are not supported by the UVC node.
Examples of UVC Node Usage
Reference
class
depthai.node.UVC(depthai.Node)
method
setGpiosOnInit(self, list: dict
[
int
,
int
])Set GPIO list <gpio_number, value> for GPIOs to set (on/off) at init
method
setGpiosOnStreamOff(self, list: dict
[
int
,
int
])Set GPIO list <gpio_number, value> for GPIOs to set when streaming is disabled
method
setGpiosOnStreamOn(self, list: dict
[
int
,
int
])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
Need assistance?
Head over to Discussion Forum for technical support or any other questions you might have.