Tool/software:
HI,
Currently, I am developing a project that cyclically acquires video streams through 4 cameras. However, a problem has arisen during my use of GStreamer: after passing through the tiovxisp plugin, only the NV12 image format can be output, while other YUV formats are used in our project.
1. I tried using the videoconvert plugin for image format conversion, but it caused video stream latency.
2. How can I process the video through the ISP but output images in other YUV formats, such as UYVY, instead of NV12?
Thanks!