Page 1 of 1

How to capture raw image programmatically

Posted: 2025-09-30 8:34
by qhuyduong
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

Re: How to capture raw image programmatically

Posted: 2025-10-09 1:20
by Crocodile
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.