NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty Struct Reference

Detailed Description

Defines virtual channel properties.

Definition at line 252 of file NvSIPLDeviceBlock.hpp.

Collaboration diagram for nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty:

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...
 

Field Documentation

NvMediaRect nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::clipRect

Holds the NvMediaRect clipping rectangle.

Definition at line 263 of file NvSIPLDeviceBlock.hpp.

std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::embeddedBot

Holds the number of embedded bottom lines.

Definition at line 269 of file NvSIPLDeviceBlock.hpp.

std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::VirtualChannelProperty::embeddedTop

Holds the number of embedded top lines.

Definition at line 266 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 272 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 260 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 256 of file NvSIPLDeviceBlock.hpp.


The documentation for this struct was generated from the following file: