giapvn

Results 4 issues of giapvn

### 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](https://docs.nvidia.com/cuda/nvimagecodec/samples/c_samples.html#single-image-decode). However, I faced an issue at...

question

I am working with libboost (1.74) on Jetson AGX Orin now. - Before, I worked on Jetpack 5.x (CUDA 11.4, GCC 9.4.0) without any error. - After, I upgraded Jetpack...

### Version v0.4.1 ### Describe the bug. After I built successfully C++ API on Jetson AGX Orin (Jetpack 6.0) when I run the example by the command-line: `./example/nvimtrans/nvimtrans -i ../example/assets/images/tabby_tiger_cat.jpg...

bug

Now I want to install PyNvVideoCodec libs on Jetson AGX Orin devkit (Jetpack 6.0GA) using command-lines below: ``` apt update apt-get install -y python3-dev python3-pip python3-numpy pip install pycuda #...