Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
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
I am working on writing an application to run on the AGX which uses a library for bridging between NvMedia images and Cuda buffers. I have built a test application around the library in question and deployed it to the AGX board. At runtime of the app, I receive the following error:
I have checked that the dependencies are indeed found on the board and are in the expected locations. As well as checked the linking of the application, to ensure it has found the required libraries. To me, it seems that the thrown error is not a normal system error (of library not found or similar) but rather some internal check that is performed by the dependent library in question.
I am not too sure how to proceed further from this point, as I cannot see where exactly this error is being thrown from or exactly what is causing it…
Dear @Mike_W,
Looks like issue is with used color format due to which nvcolor to nvscicolor is failing.
Is it possible to share code snippet and sensor details?
Dear @Mike_W,
It is clear that, the issue is due to invalid format conversion between NvColor to NvSciColor. It is not clear from the code snippet where this issue trigger. Have you modified any NvMedia sample to create your sample code? Are you looking to convert Nvmedia Image to CUDA using NvSciBuf?