nvImageCodec
nvImageCodec copied to clipboard
Fail to run build/test/nvimgcodec_tests, build/example/nvimtrans, build/example/nvimproc
Version
0.3.0
Describe the bug.
We successfully rebuild nvImageCodec in docker container (base image: nvcr.io/nvidia/deepstream:7.0-triton-multiarch, tested on x86_64 and AGX Orin), unfortunately running demo applications is not success:
- build/test/nvimgcodec_tests LD_LIBRARY_PATH=$PWD/../lib64 ./nvimgcodec_tests Expected equality of these values: NVIMGCODEC_STATUS_SUCCESS Which is: 0 nvimgcodecCodeStreamCreateFromFile(instance, &stream_handle, filename.c_str()) Which is: 8
- build/example/nvimtrans/nvimtrans -i ... -o ... [ERROR] [nvimgcodec] Could not create decoder Error: Something went wrong during decoding - processing status: 11
- build/example/nvimproc -i ... -o ... [ERROR] [nvimgcodec] Could not create decoder Error: Something went wrong during decoding - processing status: 11
It would be nice if you can support to fix these issues. Thank you
Minimum reproducible example
No response
Environment details
No response
Relevant log output
No response
Other/Misc.
No response
Check for duplicates
- [x] I have searched the open bugs/issues and have found no duplicates for this bug report