Post #3244183
2025-11-09 11:18 UTC
@z3ntu@fosstodon.org
is this published anywhere? I'm curious what the interfaces to the hardware look like
a few years ago I tried to understand how MIPI or whatever connection that cameras and displays use in phones work and got basically no info
Replies (1)
-
@z3ntu@fosstodon.org 2025-11-09 11:50
@tthbaltazar@chaos.social A not very clean branch is here: https://github.com/z3ntu/linux/commits/fp3-6.16-camera/ But essentially all the cameras in phones that I know of are sensors that send image data as raw bayer via MIPI CSI-2 protocol, and the control of the sensor is happening via I2C.