Other Parts Discussed in Thread: AM62A7, AM62A3, AM62A3-Q1,
Hello,
I am connecting OV5647 Camera sensor to the board. I have followed the instructions in the below link.
sk-am62a-lp-bring-up-ov5647
I can get the sensor and enumerate it.
root@am62axx-evm:/opt/edgeai-gst-apps# gst-inspect-1.0 tiovxisp ..... sensor-name : TIOVX camera sensor string ID. Below are the supported sensors SENSOR_SONY_IMX390_UB953_D3 SENSOR_ONSEMI_AR0820_UB953_LI SENSOR_ONSEMI_AR0233_UB953_MARS SENSOR_SONY_IMX219_RPI SENSOR_OV5647_RPI SENSOR_OV2312_UB953_LI ..... root@am62axx-evm:/opt/edgeai-gst-apps# dmesg | grep ov5647 [ 8.248578] ov5647 4-0036: Consider updating driver ov5647 to match on endpoints
However, when I try to stream or capture image, I am getting following v4l2 message in dmesg.
[ 1124.396666] v4l2_get_link_freq: Link frequency estimated using pixel rate: result might be inaccurate.
[ 1124.410238] v4l2_get_link_freq: Consider implementing support for V4L2_CID_LINK_FREQ in the transmitter driver.
gst-launch-1.0 -v v4l2src device=/dev/video3 io-mode=dmabuf-import ! \
video/x-bayer, width=1920, height=1080, framerate=30/1, format=bggr10 ! \
tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name="SENSOR_OV5647_RPI" \
dcc-isp-file=/opt/imaging/ov5647/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/ov5647/linear/dcc_2a.bin format-msb=9 ! \
video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! kmssink driver-name=tidss
Here is the pipeline.