Hi:
board:Custom board AM5708
RDK:ti-processor-sdk-linux-am57xx-evm-04.03.00.05-Linux-x86-Install.bin
sensor:AR0230
Camera parameters:
MIPI lane = 2 lane
Resolution: 1920x1080@30fps
Color space:YUV422
I refer to the kernel documentation:Documentation/media/kapi/csi2.rst (lookup PXIEL_RATE), I don't quite understand how this value is obtained.
My driver code reference comes from ov490.c.
Can you calculate PIXEL_RATE_PER_LANE for me?
PIXEL_RATE_PER_LANE=(1920x1080x30x2)/16 ???