Hi guys,
I have a camera(ar0144) on CSI1 port with ds90ub960 and ds90ub953.
it can streaming by gsteamer now.
gst-launch-1.0 v4l2src device=/dev/video2 io-mode=2 ! video/x-raw,width=1280,height=800, format=UYVY ! videoconvert ! waylandsink &
I try to using CSI_RX_IF_VBUS2APB_STREAM0_FCC_CTRL Register to check current frame number.
devmem2 0x04504124 w 0x01 //FFC_VC=channel 0, FCC_EN=enable FCC
but it not work, can you tell me where I am doing wrong?