Hi, now I’m trying to get the continuous video picture.
I’m using the custom carrier board which mounts the ADV7282M of NTSC-CSI bridge IC.
The hard is consists of following part.
NTSC camera -(NTSC)-> ADV7282M -(CSI)-> Jetson Tx2(Tegra)
In this case, the CSI is used only 1 lane.
Now I can get the picture of the first frame.
But I cannot get the picture from next second frame.
- I can get only the first 1 frame.
Could you please give me advice?
Command:
v4l2-ctl –set-fmt-video=720,height=507,pixelformat=YUYV \
--set-ctrl bypass_mode=0 –stream-mmap –stream-count=5 \
--stream-to=out.raw
I attach the ktrace result on here.
adv7182M_ktrace.txt (6.89 KB)