Part Number: SK-AM62A-LP
Hi:
I'm developing OV05B CMOS Sensor on SK-AM62A-LP platform by using FLEX-22pin CSI connector.
Develop SDK: ti-processor-sdk-linux-am62axx-evm-08.06.00.45-Linux-x86-Install.bin
SDCARD IMG: tisdk-edgeai-image-am62axx-evm.wic.xz
CMOS Sensor stream output resolution:2592x1944 RAW10 30fps mipi 4lanes MipiSpeed 800Mbps per lane.
Currently , I could readout sensor chip id through IIC bus.
And i configure format.code = MEDIA_BUS_FMT_SBGGR10_1X10 temporary.
But i can't capture raw data by using command "yavta -s 2592x1944 -f SBGGR10 /dev/video2 -c5 -Fframe-#.bin".
My log shows:
root@am62axx-evm:/opt/edgeai-gst-apps# yavta -s 2592x1944 -f SBGGR10 /dev/video2 -c5 -Fframe-#.bin
Device /dev/video2 opened.
Device `j721e-csi2rx' on `platform:30102000.ticsi2rx' is a video output (without mplanes) device.
Video format set: SBGGR10 (30314742) 2592x1944 (stride 5184) field none buffer size 10077696
Video format: SBGGR10 (30314742) 2592x1944 (stride 5184) field none buffer size 10077696
[ 135.985917] j721e-csi2rx 30102000.ticsi2rx: Ignore format 0x30314742 df 0x2b vc 0
8 buffers requested.
length: 10077696 offset: 0 timestamp type/[ 135.994605] cdns-csi2rx 30101000.csi-bridge: csi2rx_configure_external_dphy ret 0
source: mono/EoF
Buffer 0/0 mapped at address 0xffff8430e000.
[ 136.007499] ox05b 4-0036: ox05b_set_stream: enable 1
length: 10077696 offset: 10080256 timestamp type/source: mono/EoF
Buffer 1/0 mapped at address 0xffff83971000.
length: 10077696 offset: 20160512 timestamp type/source: mono/EoF
Buffer 2/0 mapped at address 0xffff82fd4000.
length: 10077696 offset: 30240768 timestamp type/source: mono/EoF
Buffer 3/0 mapped at address 0xffff82637000.
length: 10077696 offset: 40321024 timestamp type/source: mono/EoF
Buffer 4/0 mapped at address 0xffff81c9a000.
length: 10077696 offset: 50401280 timestamp type/source: mono/EoF
Buffer 5/0 mapped at address 0xffff812fd000.
length: 10077696 offset: 60481536 timestamp type/source: mono/EoF
Buffer 6/0 mapped at address 0xffff80960000.
length: 10077696 offset: 70561792 timestamp type/source: mono/EoF
Buffer 7/0 mapped at address 0xffff7ffc3000.
I confirmed Sensor has stream on already , because i measured CSI-RX mipi signal by oscilloscope.
Could you help me to debug how to capture raw data by using yavta ?
Did my develop SDK support format.code MEDIA_BUS_FMT_SBGGI10_1X10 ?
Thanks