Unable to get raw frames from LI-5M03 bigger than 1280x720

Unable to get raw frames from LI-5M03 bigger than 1280x720

This question is not answered

I wrote a simple v4l2 frame grabber in order to get raw bayern image frames from the LI-5M03 camera,

but I'm unable to get a frame bigger than 1280x720.

Does the driver that comes with the ridge run SDK allow such image size in raw format?

Thanks in advance.

All Replies
  • I investigated a bit more and it basically seems to fail to allocate memory for the buffer.

    For example, when I tried to get a 1280x1024 the following kernel error message is displayed

    vpfe-capture: dma_alloc_coherent size 1310720 failed

    Still haven't figured how to overcome this, if possible at all. Any idea/suggestion?