nvImageCodec
nvImageCodec copied to clipboard
Cannot create wrapped image in C API
Describe the question.
I am trying to test C API on Ubuntu 22.04 with CPU x86_64 architecture and CUDA 12.2 following this example. However, I faced an issue at step 5 as below:
nvimgcodecImage_t image;
nvimgcodecImageCreate(instance, &image, &image_info)
nvimgcodecImageCreate()
function returned status of NVIMGCODEC_STATUS_INVALID_PARAMETER
Can anyone support me on this problem?
Thanks all.
Check for duplicates
- [x] I have searched the open bugs/issues and have found no duplicates for this bug report