Go to the source code of this file.
◆ dw::framework::dwSelfCalibrationCameraNodeParams
struct dw::framework::dwSelfCalibrationCameraNodeParams |
Class Members |
char8_t const * |
calibrationOutputFileName |
Output path where calibration overlay will be written, used to determine the location where calibration state is loaded/saved. |
FixedString< 64 > |
calibrationSaveFileSuffix |
Output file suffix. |
CameraCalibrationParameters |
cameraParams |
Camera calibration parameters. |
uint32_t |
channelFifoSize |
Size of the input channel FIFO queues (must be >0) |
cudaStream_t |
cudaStream |
CUDA stream used for GPU computations. |
bool |
enableCalibration |
Flag to enable and disable calibration. |
bool |
loadStateOnStartup |
Flag to enable loading of stored calibration state on startup. |
dwTime_t |
nvSciChannelWaitTimeUs |
Wait time for nvSciChannel. |
dwConstRigHandle_t |
rigHandle |
Rig handle. |
size_t |
sensorIndex |
Sensor type index (e.g. camera [0-12]), provided as parameter. |
uint32_t |
sensorRigIndex |
Sensor rig index (e.g. sensor [0-127]), auto-populated by RR2 Loader. |
uint64_t |
stateWriteTimerOffsetInCycles |
Offset, in cycles, for the write counter. The intention is to allow to delay the first write (and subsequently other writes) so that a few cycles occur before serialization is attempted must be less than stateWriteTimerPeriodInCycles for serialization to occur. |
uint64_t |
stateWriteTimerPeriodInCycles |
How often to serialize in node pass cycles. 0 means turn off serialization. |