Is RGB fomat supported in dwRectifier?

Please provide the following info (check/uncheck the boxes after clicking “+ Create Topic”):
Software Version
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.4.0.7363
other

Host Machine Version
native Ubuntu 18.04
other

Is the RGB image format supported in dwRectifier, or is only RGBA?
When using the dwRectifier_warp we get the following error.
Driveworks exception thrown: CudaTextureObjectCache::getOrCreateTextureObject, error cudaErrorInvalidChannelDescriptor: invalid channel descriptor

Would it that be the reason?
Thanks in advance.

Hi @sacha ,

RGB is supported. So we need more information to look into it.
What’s the inputImage->prop.format used for the function call? Please also share the full messages of the problem. Thanks.

Hi @VickNV,

the inputImage->prop.format = DW_IMAGE_FORMAT_RGB_UINT8
just by doing a dwImage_copyConvertAsync to RGBA format, it is then working…

Did you mean calling dwRectifier_warp() with the output of dwImage_copyConvertAsync() doesn’t have the issue?

Could you share the full messages of the issue? Could you share the dwImageProperties of dwRectifier_warp() inputImage in both success and failure cases?