Remix.run Logo
decae 4 days ago

How is this possible? What sort of camera can do this?

londons_explore 3 days ago | parent [-]

Almost any camera. Eg. The OV2640.

But you need to have really low level access to registers. Said registers are normally configured by i2c (aka SCCB).

In Linux I think you'd need to patch a driver to do it for example.

decae 3 days ago | parent [-]

That sounds like a lot of fun to play around with, thank you!