2MP OV2311 RPI4 Driver Setup

Hello.

Using this source (https://github.com/ArduCAM/Arducam_OBISP_MIPI_Camera_Module), /dev/video0 is not available.

[ 5.854212] arducam: arducam_read: Reading register 0x103 failed
[ 5.854233] arducam 10-000c: probe failed

Should I be using this source(https://github.com/ArduCAM/MIPI_Camera/tree/master/RPI)?

I guess I do not know the difference between MIPI and standard RPI cameras, but will OV2311 be available as a standard video stream for other applications or is SDK required?

Thanks

Chris

Hello,

Yes, for single ov2311, you should use MIPI_Camera library. The OBISP library is used for Arducam on board ISP camera such as 1335 or 0230.

The MIPI_camera is different from the OBISP driver. The MIPI Camera driver is based on mmal component while the OBISP driver is based on v4l2 framework.