Hi,
We are testing imx219 camera sensor with AM62A7 SOC based custom board.
After booting linux BSP camera is detected and fixed to 1080p resolution using init scripts.
Camera streaming is working properly for 1080p resolution with below gstreamer pipeline
gst-launch-1.0 v4l2src device=/dev/video2 io-mode=5 ! video/x-bayer,width=1920,height=1080,format=bggr ! \
tiovxisp sensor-name=SENSOR_SONY_IMX219_RPI dcc-isp-file=/opt/imaging/imx219/dcc_viss_1920x1080.bin \
sink_0::dcc-2a-file=/opt/imaging/imx219/dcc_2a_1920x1080.bin sink_0::device=/dev/v4l-subdev2 ! \
video/x-raw,format=NV12 ! kmssink driver-name=tidss sync=false
How to test imx219 camera with different resolutions (1280x720, 640x480, and other)?