Class UVC
Defined in File UVC.hpp
Inheritance Relationships
Base Type
public dai::NodeCRTP< Node, UVC, UVCProperties >(Template Class NodeCRTP)
Class Documentation
-
class UVC : public dai::NodeCRTP<Node, UVC, UVCProperties>
UVC (USB Video Class) node.
Public Functions
-
void setGpiosOnInit(std::unordered_map<int, int> list)
Set GPIO list <gpio_number, value> for GPIOs to set (on/off) at init.
-
void setGpiosOnStreamOn(std::unordered_map<int, int> list)
Set GPIO list <gpio_number, value> for GPIOs to set when streaming is enabled.
-
void setGpiosOnStreamOff(std::unordered_map<int, int> list)
Set GPIO list <gpio_number, value> for GPIOs to set when streaming is disabled.
Public Members
Public Static Attributes
-
static constexpr const char *NAME = "UVC"
-
void setGpiosOnInit(std::unordered_map<int, int> list)