Hello,
I'm trying to capture raw image programmatically from a 10-bit BGGR camera sensor.
Can I use RK_MPI_VI_GetChnFrame or have to use v4l2?
Thanks,
Huy
How to capture raw image programmatically
Hello, To obtain the BGGR image, it can only be done through v4l2. The RKMPI library can only obtain YUV format images that have undergone CIF and ISP processing.

