NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 232 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 frameRate. More...
 

Field Documentation

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

Holds the NvMediaRect clipping rectangle.

Definition at line 243 of file NvSIPLDeviceBlock.hpp.

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

Holds the number of embedded bottom lines.

Definition at line 249 of file NvSIPLDeviceBlock.hpp.

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

Holds the number of embedded top lines.

Definition at line 246 of file NvSIPLDeviceBlock.hpp.

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

Holds the channel frameRate.

Definition at line 252 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 240 of file NvSIPLDeviceBlock.hpp.

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

Holds the virtual channel index.

This number will be less than MAX_VIRTUAL_CHANNELS_PER_SENSOR.

Definition at line 236 of file NvSIPLDeviceBlock.hpp.


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