SK-AM62A-LP: RPiV2 (IMX219) based on SK-AM62A-LP E3 development board reports an error through the gstreamer command

Part Number: SK-AM62A-LP

Tool/software:

Hello!
According to the document,
,we purchased IMX219 camera, and we verified the pin sequence;
After software startup, it can be recognized
We would like to know if there is a way to quickly verify the instructions for MIPI-CSI cameras to capture video streams and display them on HDMI screens?
We referred to the manual 'sprad86a. pdf' and used the instructions.
Encountered the following error, please help investigate the reason? Are there any other quick validation instructions that can be provided?
Looking forward to your prompt reply, thank you very much!
  • 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