Issue while interfacing ov7251 cmos with rockpi 4a

I have trying to interface ov7251 cmos sensor with rockpi 4a.But currently having issues while streaming.
As of now my driver is registered and chip id is successfully read.
----------some logs--------
[ 3.675037] rkisp1: Async subdev notifier completed
[ 3.678366] ov7251 4-0060: OV7251 driver successfully probed: 0

Now when I try to stream it using gstreamer, I could see my calls going into sensor driver, but there are some errors like this too…

rkisp1: CIF_ISP_PIC_SIZE_ERROR (0x00000001)
[ 739.089262] rkisp1: CIF_ISP_PIC_SIZE_ERROR (0x00000001)

So the captured image has all corrupted unused data. I feel issue issue is on isp side
So could anyone help me solve out the issue…

Thanks