Hello,
I am trying to build a python application using the GStreamer to stream the video stream from v4l2src via /dev/device0 to the Ethernet for FRDM imx93 Development board using the imx-full-image (available for download on the NXP product page).
I also want to perform encoding of the video frame before forwarding it as input for the UDP sink.I know there is no VPU on imx932, so is there a way to perform this operation via any Gstreamer plugin on software side?
Can you please provide a suitable sample Gstreamer string for execution to achieve this? Also, is there any new plugin/recipe to be added on top of the full image, to achieve this? If yes, can you also suggest the necessary modifications in the Yocto setup as well.