EGL Image Annotation followed by encoding

Hi Guys,

I intend to annotate the EGL image recieved from camera with some text overlays and encode the annotated image . Please let me know what is the best way to achieve it.

Thanks

Hi dumbogeorge,

Could you refer to below used in GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. to see if helps?

https://github.com/dusty-nv/jetson-inference/blob/master/util/cuda/cudaFont.h

Hi dumbogeorge,

Have you tried the suggestion?
Any result can be shared?

Thanks

Hi kayccc,

Thanks for the leads. However, the implementation in these samples make of CUDA applied on RGBA frames. I would ideally like to check from you if there are any annotation samples annotating EGL frames.

Please let me know in case I can refer to some samples which use EGL frames.

Thanks

We don’t have sample for this. Other users may have more experience of putting text overlay via EGL APIs.