top | item 45008194

(no title)

decae | 6 months ago

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

discuss

order

londons_explore|6 months ago

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|6 months ago

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