Tool/software: Linux
Dear.
I was use the cal.c for AM5718 that the image sensor OV7251 mono color VGA and 100 FPS.
I will select the data format on cal.c like as
.fourcc = V4L2_PIX_FMT_SBGGR10, 166 .code = MEDIA_BUS_FMT_SBGGR10_1X10, 167 .depth = 16, 168 }, { 169 .fourcc = V4L2_PIX_FMT_SGBRG10, 170 .code = MEDIA_BUS_FMT_SGBRG10_1X10, 171 .depth = 16, 172 }, { 173 .fourcc = V4L2_PIX_FMT_SGRBG10, 174 .code = MEDIA_BUS_FMT_SGRBG10_1X10, 175 .depth = 16, 176 }, { 177 .fourcc = V4L2_PIX_FMT_SRGGB10, 178 .code = MEDIA_BUS_FMT_SRGGB10_1X10,
Which data format is correct? for OV7251 mono color VGA and 100 FPS?
Best regards
IB Kim