NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCameraNotificationData Struct Reference

Detailed Description

NotificationData from SIPL.

Definition at line 339 of file Camera.h.

Data Fields

dwCameraSIPLNotificationData eNotifyType
 Holds the notification event type. More...
 
uint32_t uIndex
 Holds the ID of each camera sensor. More...
 
uint8_t uLinkMask
 Holds the device block link mask. More...
 
uint64_t frameSeqNumber
 Holds a sequence number of a captured frame. More...
 
uint64_t frameCaptureTSC
 Holds the TSC timestamp of the frame capture. More...
 
uint32_t gpioIdxs [DW_CAMERA_MAX_DEVICE_GPIOS]
 Holds the GPIO indices. More...
 
uint32_t numGpioIdxs
 Holds the number of GPIO indices in the array. More...
 

Field Documentation

◆ eNotifyType

dwCameraSIPLNotificationData dwCameraNotificationData::eNotifyType

Holds the notification event type.

Definition at line 342 of file Camera.h.

◆ frameCaptureTSC

uint64_t dwCameraNotificationData::frameCaptureTSC

Holds the TSC timestamp of the frame capture.

Definition at line 350 of file Camera.h.

◆ frameSeqNumber

uint64_t dwCameraNotificationData::frameSeqNumber

Holds a sequence number of a captured frame.

Definition at line 348 of file Camera.h.

◆ gpioIdxs

uint32_t dwCameraNotificationData::gpioIdxs[DW_CAMERA_MAX_DEVICE_GPIOS]

Holds the GPIO indices.

Definition at line 352 of file Camera.h.

◆ numGpioIdxs

uint32_t dwCameraNotificationData::numGpioIdxs

Holds the number of GPIO indices in the array.

Definition at line 354 of file Camera.h.

◆ uIndex

uint32_t dwCameraNotificationData::uIndex

Holds the ID of each camera sensor.

Definition at line 344 of file Camera.h.

◆ uLinkMask

uint8_t dwCameraNotificationData::uLinkMask

Holds the device block link mask.

Definition at line 346 of file Camera.h.


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