Hello,
I am streaming sensor to DPI display directly but somehow the quality is reduced with NV12
but if i stream hdmi directly the image quality is good
have followed this link
https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/09_01_00_08/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7.html
gst-launch-1.0 v4l2src device=/dev/video-rpi-cam0 io-mode=5 ! queue leaky=2 ! \ video/x-bayer, width=1640, height=1232,format=rggb10 ! \ tiovxisp sensor-name="SENSOR_SONY_IMX219_RPI" \ sink_0::device=/dev/v4l-rpi-subdev0 dcc-isp-file=/opt/imaging/imx219/linear/dcc_viss_10b_1640x1232.bin \ sink_0::dcc-2a-file=/opt/imaging/imx219/linear/dcc_2a_10b_1640x1232.bin format-msb=9 ! \ video/x-raw, format=NV12 ! queue ! kmssink driver-name=tidss sync=false
I am using above the pipeline

Is that because of tidss driver issue?