Arducam 64MP Ultra High-Resolution Autofocus Raspberry Pi Camera Module

I just committed the camera code I’ve been working on thus far. I’ve only created a libcamera module, but it appears to be working in all aspects (image and video acquisition and widget functionality). I still need to go over the code a lot more to make sure the framework for the module is rational before creating all the other camera modules, as well as determine which functions I can consolidate into universal functions all camera modules can use. In order to make the libcamera library for the arducam work, you would need to copy this module and modify it to create a new module that compiles/installs the arducam version of libcamera. If no one has tested doing this by after the holidays, I’ll see about deeloping an approach to do it.

1 Like