OpenCV support for Arducam B0390 (IMX219 - 8 MP) on Raspberry pi

Hello,

I am working on a project using Python and OpenCV on Raspberry Pi, and I have a problem connecting the camera (it is an Arducam B0390 (IMX219 - 8 MP) to OpenCV.

The user guide for the camera gives instructions on using the camera by using libcamera which works fine, but as I found out later libcamera is not supported by OpenCV, is there any way to workaround this issue?

what language?

yes, use libcamera. nothing prevents you from using it. if you’re working with the wrong language, you’ll have to understand how pointers and arrays work.

I am working with Python.