Hi,
For the plugins, I found in Release Notes the downscale, encode and decode plugins.
• imxvideoconvert_g2d: GPU2D-based video convert plugin.
• imxvideoconvert_ipu: IPU-based video convert plugin.
• imxvideoconvert_pxp: PXP-based video convert plugin.
• imxvideoconvert_ocl: OpenCL-based video convert plugin.
• autovideoconvert: select the i.MX hardware based video convert plugins or other
video convert plugins according to the input and output format.
• v4l2convert: V4L2 memory-to-memory based convert plugin.
Note:
• For imxvideoconvert_ocl, rotation is not supported currently. CSC, deinterlace,
downscale, dewarp, video crop, and color range convertion are supported.
• For v4l2convert, it is automatically registered on the platforms with ISI memory-to-
memory supported.
• v4l2h264enc: VPU-based AVC/H.264 video encoder
• v4l2h265enc: VPU-based HEVC video encoder
• v4l2jpegenc: V4L2 JPEG encoder
For the camera topology, you can use the following commands to print the topology and identify the cameras.
−media-ctl -d /dev/media8 --print-dot > media8.dot (in i.MX95 EVK target board)
−dot -Tpng media0.dot -o media0-ap1302.png (in ubuntu PC)
Regards,