giapvn
giapvn
Thanks @jantonguirao. I fixed the errors in my code. It is a wrong instance in `image_info` propagated into.
As in the error message, the error appeared right where I include library `#include ` without implementing any code yet.
I have a same question and is there any examples in C++?
> ### Relevant log output > > [ERROR] [nvjpeg2k_decoder] Could not decode jpeg2k code stream - nvjpeg2k error #6 (execution failed) when running nvjpeg2kDecodeImage(handle_, jpeg2k_state, t.nvjpeg2k_stream_, decode_params_raii.get(), &output_image, image_info.cuda_stream) at...
@smatysik-nv > > /opt/nvidia/nvimgcodec_cuda/lib64/libnvimgcodec.so -> /opt/nvidia/nvimgcodec_cuda/extensions > I have full decoders as you mentioned. This is inside my `extensions/` folder: ``` root@8be1ad9369e7:/opt/nvidia/nvimgcodec_cuda12/extensions# ls -la total 41924 drwxr-xr-x 2 root root...
> Additionally, you can use the environment variable `NVIMGCODEC_EXTENSIONS_PATH` to point to the extensions folder. I would suggest trying this first. I have just tried to do this. It still...
@smatysik-nv > but you set the env variable under lib export NVIMGCODEC_EXTENSIONS_PATH=/opt/nvidia/nvimgcodec_cuda12/extensions/lib/? I exported it by `/opt/nvidia/nvimgcodec_cuda12/extensions/` > Can you please try to run example from /opt/nvidia/nvimgcodec_cuda12/bin so for example:...
Hi @smatysik-nv I am coming back with your new version (0.5.0). It seems that some errors was be fixed but some are still standing there. The following is my structure...