-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi @eclecticc ,
firstly thanks for the updated camera module!
Are they pin to pin compatible with the original camera module that you describe here? https://github.com/FrameworkComputer/Framework-Laptop-13/tree/main/Webcam
Since the OV08X camera sensor supports just MIPI interface how do you connect it to the AMD CPU? Or is there some co-processor along the way that does the Image processing DSP operations (3A algorithms)? Or just some MIPI to USB bridge that pushes the RAW image to AMD processor that then leverages GPU to process the image?
Also where can I get the datasheet for the sensor to get information about the registers and modes of operations?
What's the best way to modify the sensor registers over I2C? i2c-tools or libcamera (or something else)?