#include <UVCProperties.hpp>
Public Attributes | |
std::unordered_map< int, int > | gpioInit |
<gpio_number, value> list for GPIOs to set at init More... | |
std::unordered_map< int, int > | gpioStreamOff |
<gpio_number, value> list for GPIOs to set when streaming is disabled More... | |
std::unordered_map< int, int > | gpioStreamOn |
<gpio_number, value> list for GPIOs to set when streaming is enabled More... | |
Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< Properties > | clone () const override |
virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
![]() | |
virtual std::unique_ptr< Properties > | clone () const =0 |
virtual | ~Properties ()=default |
Properties for UVC node
Definition at line 10 of file UVCProperties.hpp.
std::unordered_map<int, int> dai::UVCProperties::gpioInit |
<gpio_number, value> list for GPIOs to set at init
Definition at line 12 of file UVCProperties.hpp.
std::unordered_map<int, int> dai::UVCProperties::gpioStreamOff |
<gpio_number, value> list for GPIOs to set when streaming is disabled
Definition at line 18 of file UVCProperties.hpp.
std::unordered_map<int, int> dai::UVCProperties::gpioStreamOn |
<gpio_number, value> list for GPIOs to set when streaming is enabled
Definition at line 15 of file UVCProperties.hpp.