I am using Jetson Xavier AGX and I have obtained the YUV values after decoding using nvv4l2decoder. I was wondering if there is a way I can extract the YUV values after decoding, do some alteration to the Y value (Example: increase the Y value by 10) and encode it back to check the visual differences.
Or is it also possible to build a plugin that processes frame data ? If yes, where can I find the proper guide to build a custom plugin so I can achieve my goal ?
Hi,
Since nvvidconv plugin is an existing implementation, it would be easier to customize the plugin. Developing a whole new plugin would take more time.