![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Defines virtual channel properties.
Definition at line 250 of file NvSIPLDeviceBlock.hpp.
Data Fields | |
std::uint32_t | virtualChannelIndex |
Holds the virtual channel index. More... | |
NvMediaICPSettings | icpSettings |
Holds the NvMediaICPSettings to configure NvMediaICP to capture the virtual channel. More... | |
NvMediaRect | clipRect |
Holds the NvMediaRect clipping rectangle. More... | |
std::uint32_t | embeddedTop |
Holds the number of embedded top lines. More... | |
std::uint32_t | embeddedBot |
Holds the number of embedded bottom lines. More... | |
std::uint32_t | frameRate |
Holds the channel frame rate in frames per second. More... | |
NvMediaRect nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::clipRect |
Holds the NvMediaRect clipping rectangle.
Definition at line 261 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::embeddedBot |
Holds the number of embedded bottom lines.
Definition at line 267 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::embeddedTop |
Holds the number of embedded top lines.
Definition at line 264 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::frameRate |
Holds the channel frame rate in frames per second.
Definition at line 270 of file NvSIPLDeviceBlock.hpp.
NvMediaICPSettings nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::icpSettings |
Holds the NvMediaICPSettings to configure NvMediaICP to capture the virtual channel.
Definition at line 258 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::virtualChannelIndex |
Holds the virtual channel index.
Must be less than MAX_VIRTUAL_CHANNELS_PER_SENSOR.
Definition at line 254 of file NvSIPLDeviceBlock.hpp.