Tool/software:
Hello Zhenxiang,
The Gstreamer command you used assumed 10-bit raw format for the IMX219. By default, IMX219 is set to 8-bit. You can modify script /opt/edgeai-gst-apps/scripts/setup_cameras.sh by replacing the following line
IMX219_CAM_FMT="${IMX219_CAM_FMT:-[fmt:SRGGB8_1X8/1920x1080]}"
with
IMX219_CAM_FMT="${IMX219_CAM_FMT:-[fmt:SRGGB10_1X10/1920x1080]}"
Then rerun this script.
Regards,
Jianzhong