48#ifndef DW_CALIBRATION_ENGINE_CAMERA_CAMERAPARAMS_H_
49#define DW_CALIBRATION_ENGINE_CAMERA_CAMERAPARAMS_H_
99 uint32_t maxFeatureCount;
102 uint32_t maxFeatureHistorySize;
NVIDIA DriveWorks API: Camera Methods
NVIDIA DriveWorks API: Cameras
NVIDIA DriveWorks API: Calibration
struct dwCalibrationCameraParams::@0 features
Options only used when method is DW_CALIBRATION_CAMERA_METHOD_FEATURES.
dwCalibrationCameraSignal signals
Signals to be estimated (can be a bitwise "or" of dwCalibrationCameraSignal flags)
dwConstCameraModelHandle_t calibratedCamera
A handle to calibrated camera to use in the camera calibration routine.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
dwCameraProperties const * cameraProperties
Pointer to Camera properties This pointer can't be null and needs to point to the properties of the c...
dwCalibrationCameraMethod method
Calibration method used for estimation.
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
dwCalibrationCameraSignal
Camera calibration signals to estimate (either DW_CALIBRATION_CAMERA_SIGNAL_DEFAULT or combination of...
dwCalibrationCameraMethod
Camera calibration method used for estimation.
@ DW_CALIBRATION_CAMERA_SIGNAL_PITCHYAW
Pitch+yaw estimation, supported by feature-based calibration.
@ DW_CALIBRATION_CAMERA_SIGNAL_DEFAULT
Activate supported signals based on properties of the camera sensor.
@ DW_CALIBRATION_CAMERA_SIGNAL_ROLL
Roll estimation, supported by feature-based calibration.
@ DW_CALIBRATION_CAMERA_SIGNAL_HEIGHT
Height estimation, supported by feature-based calibration.
@ DW_CALIBRATION_CAMERA_METHOD_FEATURES
Feature-based calibration, supports estimation of pitch+yaw, roll, and height signals,...
Calibration parameters for calibrating a camera sensor.
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
struct dwCameraModelObject const * dwConstCameraModelHandle_t
A pointer to the handle representing a const calibrated camera.