How to render opencv mat buffer using jetson utils api?

We want render image buffer from cpu using jetson utils API

Hi @nehal, here is a guide to the functions for accessing jetson.utils.cudaImage buffer from the CPU:

https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-image.md#image-capsules-in-python

If you have an image in numpy array already, you can convert it to CUDA by using the cudaFromNumpy() function.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.