NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwSoftISPParams Struct Reference

Detailed Description

Definition at line 96 of file SoftISP.h.

Data Fields

uint32_t width
 Input Image Width. More...
 
uint32_t height
 Input Image Height. More...
 
dwCameraType cameraType
 Camera Type. More...
 
dwCameraRawFormat cameraRawFormat
 
uint32_t cameraRevision
 
dwTonemapMethod method
 Tonemapper type (select UNKNOWN for default/no tonemapping) More...
 
const char * cameraModuleName
 

Field Documentation

◆ cameraModuleName

const char* dwSoftISPParams::cameraModuleName

Definition at line 116 of file SoftISP.h.

◆ cameraRawFormat

dwCameraRawFormat dwSoftISPParams::cameraRawFormat

Definition at line 108 of file SoftISP.h.

◆ cameraRevision

uint32_t dwSoftISPParams::cameraRevision

Definition at line 111 of file SoftISP.h.

◆ cameraType

dwCameraType dwSoftISPParams::cameraType

Camera Type.

Definition at line 105 of file SoftISP.h.

◆ height

uint32_t dwSoftISPParams::height

Input Image Height.

Definition at line 102 of file SoftISP.h.

◆ method

dwTonemapMethod dwSoftISPParams::method

Tonemapper type (select UNKNOWN for default/no tonemapping)

Definition at line 114 of file SoftISP.h.

◆ width

uint32_t dwSoftISPParams::width

Input Image Width.

Definition at line 99 of file SoftISP.h.


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