NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCameraSIPLNotification Struct Reference

Detailed Description

Notification Data from SIPL.

Definition at line 371 of file Camera.h.

Collaboration diagram for dwCameraSIPLNotification:

Data Fields

dwCameraNotificationData data
 NotificationData from SIPL, pipeline & device block event. More...
 
dwCameraSIPLEErrorDetails deserializerErrorInfo
 Error info for deserializer, valid only for device block event. More...
 
bool isRemoteError
 Set to true if remote (serializer) error detected, valid only for device block event. More...
 
uint8_t linkErrorMask
 Store link mask for link error state, valid only for device block event (1 in index position indicates error, all 0 means no link error detected). More...
 
uint32_t numCameraModules
 Number of the camera modules, valid only for device block event. More...
 
dwCameraSIPLEErrorDetails serializerErrorInfoList [DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]
 Error info for serializer, valid only for device block event. More...
 
dwCameraSIPLEErrorDetails sensorErrorInfoList [DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]
 Error info for sensor, valid only for device block event. More...
 

Field Documentation

◆ data

dwCameraNotificationData dwCameraSIPLNotification::data

NotificationData from SIPL, pipeline & device block event.

Definition at line 374 of file Camera.h.

◆ deserializerErrorInfo

dwCameraSIPLEErrorDetails dwCameraSIPLNotification::deserializerErrorInfo

Error info for deserializer, valid only for device block event.

Definition at line 377 of file Camera.h.

◆ isRemoteError

bool dwCameraSIPLNotification::isRemoteError

Set to true if remote (serializer) error detected, valid only for device block event.

Definition at line 379 of file Camera.h.

◆ linkErrorMask

uint8_t dwCameraSIPLNotification::linkErrorMask

Store link mask for link error state, valid only for device block event (1 in index position indicates error, all 0 means no link error detected).

Definition at line 382 of file Camera.h.

◆ numCameraModules

uint32_t dwCameraSIPLNotification::numCameraModules

Number of the camera modules, valid only for device block event.

Definition at line 385 of file Camera.h.

◆ sensorErrorInfoList

dwCameraSIPLEErrorDetails dwCameraSIPLNotification::sensorErrorInfoList[DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]

Error info for sensor, valid only for device block event.

Definition at line 389 of file Camera.h.

◆ serializerErrorInfoList

dwCameraSIPLEErrorDetails dwCameraSIPLNotification::serializerErrorInfoList[DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]

Error info for serializer, valid only for device block event.

Definition at line 387 of file Camera.h.


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