77 #define DW_MAX_RIG_CAMERA_COUNT 255U 89 #define DW_PINHOLE_DISTORTION_LENGTH 3U 121 #define DW_OCAM_POLY_LENGTH 5U 155 #define DW_FTHETA_POLY_LENGTH 6U 385 char8_t const*
const configurationFile);
402 char8_t const*
const configurationString,
403 char8_t const*
const relativeBasePath);
490 dwConstRigHandle_t
const obj);
504 dwConstRigHandle_t
const obj);
520 dwConstRigHandle_t
const obj);
539 uint32_t
const sensorId,
540 dwConstRigHandle_t
const obj);
557 uint32_t
const sensorId,
558 dwConstRigHandle_t
const obj);
575 uint32_t
const sensorId,
576 dwRigHandle_t
const obj);
597 uint32_t
const sensorId,
598 dwConstRigHandle_t
const obj);
618 uint32_t
const sensorId,
619 dwConstRigHandle_t
const obj);
638 uint32_t
const sensorId,
639 dwConstRigHandle_t
const obj);
656 uint32_t
const sensorId,
657 dwConstRigHandle_t
const obj);
674 uint32_t
const sensorIdFrom,
675 uint32_t
const sensorIdTo,
676 dwConstRigHandle_t
const obj);
694 uint32_t
const sensorIdFrom,
695 uint32_t
const sensorIdTo,
696 dwConstRigHandle_t
const obj);
714 uint32_t
const sensorId,
715 dwRigHandle_t
const obj);
733 uint32_t
const sensorId,
734 dwConstRigHandle_t
const obj);
752 uint32_t
const sensorId,
753 dwConstRigHandle_t
const obj);
768 uint32_t
const sensorId,
769 dwConstRigHandle_t
const obj);
789 char8_t const*
const propertyName,
790 uint32_t
const sensorId,
791 dwConstRigHandle_t
const obj);
809 char8_t const*
const propertyName,
810 uint32_t
const sensorId,
811 dwRigHandle_t
const obj);
829 char8_t const*
const propertyName,
830 dwConstRigHandle_t
const obj);
847 char8_t const*
const propertyName,
848 dwRigHandle_t
const obj);
865 char8_t const*
const sensorName,
866 dwConstRigHandle_t
const obj);
882 uint32_t
const vehicleIOId,
883 dwConstRigHandle_t
const obj);
902 uint32_t
const sensorTypeIndex,
903 dwConstRigHandle_t
const obj);
919 uint32_t
const sensorId,
920 dwConstRigHandle_t
const obj);
938 uint32_t
const sensorId,
939 dwConstRigHandle_t
const obj);
956 uint32_t
const sensorId,
957 dwConstRigHandle_t
const obj);
976 DW_DEPRECATED(
"OCam support will be removed from Driveworks in an upcmming release. Use FTheta instead.")
978 uint32_t const sensorId,
979 dwConstRigHandle_t const obj);
1000 uint32_t const sensorId,
1001 dwConstRigHandle_t const obj);
1021 uint32_t const sensorId,
1022 dwConstRigHandle_t const obj);
1036 uint32_t const sensorId,
1037 dwRigHandle_t const obj);
1050 DW_DEPRECATED("OCam support will be removed from Driveworks in an upcoming release. Use FTheta instead.")
1052 uint32_t const sensorId,
1053 dwRigHandle_t const obj);
1068 uint32_t const sensorId,
1069 dwRigHandle_t const obj);
1083 uint32_t const sensorId,
1084 dwRigHandle_t const obj);
1106 dwConstRigHandle_t const obj);
1113 #endif // DW_RIG_RIG_H_ DW_API_PUBLIC dwStatus dwRig_setSensorParameter(char8_t const *const sensorParameter, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the parameter string for a sensor.
NVIDIA DriveWorks API: Core Types
dwFThetaCameraPolynomialType polynomialType
Defines whether the polynomial parameter is the forward or backward polynomial.
DW_API_PUBLIC dwStatus dwRig_getVehicleIOConfigCount(uint32_t *const vioConfigCount, dwConstRigHandle_t const obj)
Gets the number of vehicle IO sensors.
DW_API_PUBLIC dwStatus dwRig_getOCamCameraConfig(dwOCamCameraConfig *const config, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameters of the OCam camera model.
DW_API_PUBLIC dwStatus dwRig_setOCamCameraConfig(dwOCamCameraConfig const *const config, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the parameters of the OCam camera model.
float32_t u0
U coordinate for the principal point (in pixels)
Configuration parameters for a calibrated FTheta camera.
float32_t e
Linear pixel transformation coefficient e (bottom left element) If all c, d and e are set to 0...
uint32_t width
Width of the image (in pixels)
float float32_t
Specifies POD types.
float32_t d
Affine matrix coefficient D.
uint32_t width
Width of the image (in pixels)
DW_API_PUBLIC dwStatus dwRig_serializeToFile(char8_t const *const configurationFile, dwConstRigHandle_t const obj)
This method serializes the rig-configuration object to a human-readable rig-configuration file...
Forward polynomial type, mapping angles (angle between ray and forward direction) to pixel distances ...
dwSensorType
Defines the type of sensors that are available in DriveWorks.
uint32_t height
Width of the image (in pixels)
float32_t c
Affine matrix coefficient C.
dwFThetaCameraPolynomialType
Type of polynomial stored in FTheta.
DW_API_PUBLIC dwStatus dwRig_getSensorCountOfType(uint32_t *const sensorCount, dwSensorType const sensorType, dwConstRigHandle_t const obj)
Find number of sensors of a given type.
DEPRECATED: Configuration parameters for a calibrated FTheta camera.
DW_API_PUBLIC dwStatus dwRig_initializeFromFile(dwRigHandle_t *const obj, dwContextHandle_t const ctx, char8_t const *const configurationFile)
Initializes the Rig Configuration module from a file.
DW_API_PUBLIC dwStatus dwRig_getSensorPropertyByName(char8_t const **const propertyValue, char8_t const *const propertyName, uint32_t const sensorId, dwConstRigHandle_t const obj)
Returns property stored inside of a sensor.
float32_t focalY
Focal length in the Y axis.
DW_API_PUBLIC dwStatus dwRig_setGenericVehicle(dwGenericVehicle const *const vehicle, dwRigHandle_t const obj)
Sets the properties of a generic vehicle (car or truck).
float32_t v0
V coordinate for the principal point (in pixels)
NVIDIA DriveWorks API: Vehicle Parameters
uint32_t height
Width of the image (in pixels)
float32_t e
Affine matrix coefficient E.
float32_t u0
Principal point coordinates: indicating the horizontal / vertical image coordinates of the principal ...
float32_t u0
U coordinate for the principal point (in pixels)
DW_API_PUBLIC dwStatus dwRig_findSensorIdFromVehicleIOId(uint32_t *const sensorId, uint32_t const vehicleIOId, dwConstRigHandle_t const obj)
Finds a sensor with the given vehicleIO ID and returns the index.
float32_t distortion[DW_PINHOLE_DISTORTION_LENGTH]
Distortion polynomial coefficients [k_1, k_2, k_3].
DW_API_PUBLIC dwStatus dwRig_setVehicle(dwVehicle const *const vehicle, dwRigHandle_t const obj)
DEPRECATED: Sets the properties of a passenger car vehicle.
DW_API_PUBLIC dwStatus dwRig_release(dwRigHandle_t const obj)
Releases the Rig Configuration module.
DW_API_PUBLIC dwStatus dwRig_getSensorFLUToRigTransformation(dwTransformation3f *const transformation, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the sensor FLU to rig transformation for a sensor.
uint32_t height
Width of the image (in pixels)
DW_API_PUBLIC dwStatus dwRig_getNominalSensorToRigTransformation(dwTransformation3f *const transformation, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the nominal sensor to rig transformation for a sensor.
DW_API_PUBLIC dwStatus dwRig_getSensorProtocol(char8_t const **const sensorProtocol, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the protocol string of a sensor.
DW_API_PUBLIC dwStatus dwRig_getCameraTimestampPath(char8_t const **const timestampPath, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets path to camera timestamp file.
DW_API_PUBLIC dwStatus dwRig_getSensorToRigTransformation(dwTransformation3f *const transformation, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the sensor to rig transformation for a sensor.
float32_t d
Linear pixel transformation coefficient d (top right element) If all c, d and e are set to 0...
dwStatus
Status definition.
NVIDIA DriveWorks API: Sensors
uint32_t width
Width of the image (in pixels)
DW_API_PUBLIC dwStatus dwRig_getSensorParameterUpdatedPath(char8_t const **const sensorParameter, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameter string for a sensor with any path described by file=,video=,timestamp= property mo...
float32_t u0
U coordinate for the principal point (in pixels)
Configuration parameters for a calibrated OCam sphere camera.
DW_API_PUBLIC dwStatus dwRig_findSensorByTypeIndex(uint32_t *const sensorId, dwSensorType const sensorType, uint32_t const sensorTypeIndex, dwConstRigHandle_t const obj)
Finds the absolute sensor index of the Nth sensor of a given type.
DW_API_PUBLIC dwStatus dwRig_getCameraModel(dwCameraModel *const cameraModel, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the model type of the camera intrinsics.
#define DW_DEPRECATED(msg)
float32_t v0
V coordinate for the principal point (in pixels)
dwCameraModel
Specifies the supported optical camera models.
struct dwRigObject const * dwConstRigHandle_t
DW_API_PUBLIC dwStatus dwRig_setFThetaCameraConfig(dwFThetaCameraConfig const *const config, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the parameters of the FTheta camera model.
float32_t v0
V coordinate for the principal point (in pixels)
DW_API_PUBLIC dwStatus dwRig_getSensorName(char8_t const **const sensorName, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the name of a sensor as given in the configuration.
#define DW_FTHETA_POLY_LENGTH
DW_API_PUBLIC dwStatus dwRig_addOrSetPropertyByName(char8_t const *const propertyValue, char8_t const *const propertyName, dwRigHandle_t const obj)
Overwrite content of an existing rig property.
DW_API_PUBLIC dwStatus dwRig_getSensorType(dwSensorType *const sensorType, uint32_t const sensorId, dwConstRigHandle_t const obj)
Returns the type of sensor based upon the sensorID sent into the method.
float32_t hFOV
Horizontal FOV in radians.
DW_API_PUBLIC dwStatus dwRig_getGenericVehicle(dwGenericVehicle *const vehicle, dwConstRigHandle_t const obj)
Gets the properties of a generic vehicle (car or truck).
DW_API_PUBLIC dwStatus dwRig_getPinholeCameraConfig(dwPinholeCameraConfig *const config, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameters of the Pinhole camera model.
uint32_t height
height of the image (in pixels)
struct dwContextObject * dwContextHandle_t
Context handle.
NVIDIA DriveWorks API: Core Methods
float32_t u0
U coordinate for the principal point (in pixels)
Backward polynomial type, mapping pixel distances (offset from principal point) to angles (angle betw...
DW_API_PUBLIC dwStatus dwRig_getSensorDataPath(char8_t const **const dataPath, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets path to sensor recording.
DW_API_PUBLIC dwStatus dwRig_setSensorToRigTransformation(dwTransformation3f const *const transformation, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the sensor to rig transformation for a sensor.
DW_API_PUBLIC dwStatus dwRig_getVehicle(dwVehicle const **const vehicle, dwConstRigHandle_t const obj)
DEPRECATED: Gets the properties of a passenger car vehicle.
float32_t focalX
Focal length in the X axis.
Configuration parameters for a calibrated FTheta camera.
float32_t c
Linear pixel transformation matrix coefficient c (top left element) If all c, d and e are set to 0...
Configuration parameters for a calibrated pinhole camera.
#define DW_OCAM_POLY_LENGTH
DW_API_PUBLIC dwStatus dwRig_findSensorByName(uint32_t *const sensorId, char8_t const *const sensorName, dwConstRigHandle_t const obj)
Finds the sensor with the given name and returns its index.
#define DW_PINHOLE_DISTORTION_LENGTH
DW_API_PUBLIC dwStatus dwRig_getSensorToSensorTransformation(dwTransformation3f *const transformation, uint32_t const sensorIdFrom, uint32_t const sensorIdTo, dwConstRigHandle_t const obj)
Gets the sensor to sensor transformation for a pair of sensors.
DW_API_PUBLIC dwStatus dwRig_getFThetaCameraConfig(dwFThetaCameraConfig *const config, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameters of the FTheta camera model.
uint32_t height
Width of the image (in pixels)
float32_t v0
V coordinate for the principal point (in pixels)
float32_t v0
V coordinate for the principal point (in pixels)
DW_API_PUBLIC dwStatus dwRig_initializeFromString(dwRigHandle_t *const obj, dwContextHandle_t const ctx, char8_t const *const configurationString, char8_t const *const relativeBasePath)
Initializes the Rig Configuration module from a string.
DW_API_PUBLIC dwStatus dwRig_setPinholeCameraConfig(dwPinholeCameraConfig const *const config, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the parameters of the pinhole camera model.
DW_API_PUBLIC dwStatus dwRig_reset(dwRigHandle_t const obj)
Resets the Rig Configuration module.
DW_API_PUBLIC dwStatus dwRig_getFThetaCameraConfigNew(dwFThetaCameraConfigNew *const config, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameters of the FTheta camera model.
DW_API_PUBLIC dwStatus dwRig_getSensorParameter(char8_t const **const sensorParameter, uint32_t const sensorId, dwConstRigHandle_t const obj)
Gets the parameter string for a sensor.
DW_API_PUBLIC dwStatus dwRig_getSensorCount(uint32_t *const sensorCount, dwConstRigHandle_t const obj)
Gets the number of all available sensors.
uint32_t width
Width of the image (in pixels)
uint32_t width
Width of the image (in pixels)
DW_API_PUBLIC dwStatus dwRig_getNominalSensorToSensorTransformation(dwTransformation3f *const transformation, uint32_t const sensorIdFrom, uint32_t const sensorIdTo, dwConstRigHandle_t const obj)
Gets the nominal sensor to sensor transformation for a pair of sensors.
DW_API_PUBLIC dwStatus dwRig_setFThetaCameraConfigNew(dwFThetaCameraConfigNew const *const config, uint32_t const sensorId, dwRigHandle_t const obj)
Sets the parameters of the FTheta camera model.
struct dwRigObject * dwRigHandle_t
Handle representing the Rig interface.
DEPRECATED: Properties of a passenger car vehicle.
DW_API_PUBLIC dwStatus dwRig_addOrSetSensorPropertyByName(char8_t const *const propertyValue, char8_t const *const propertyName, uint32_t const sensorId, dwRigHandle_t const obj)
Overwrite content of an existing sensor property.
DW_API_PUBLIC dwStatus dwRig_getPropertyByName(char8_t const **const propertyValue, char8_t const *const propertyName, dwConstRigHandle_t const obj)
Returns property stored inside of rig.
NVIDIA DriveWorks API: Core Exports