Hacker News new | ask | show | jobs
by decae 295 days ago
How is this possible? What sort of camera can do this?
1 comments

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.

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