Comment by Zigurd
Camera apps on Android are very loosely coupled to the OS. They are intentionally left to OEMs to provide because that's the most visible aspect of hardware differentiation, and that differentiation probably depends on software support. On top of that, it would be hard to design an API for every possible camera hardware, apart from a high level API for apps to acquire an image.
>On top of that, it would be hard to design an API for every possible camera hardware, apart from a high level API for apps to acquire an image.
APIs themselves are hard to make, but why is a camera one especially so? The language is well understood, the math and science are well understood. There are only a few ways that cameras themselves work, and even few ways that cell phone cameras work.
Why is it hard?
In advance -- No, Sony/Panasonic/Toshiba/Apple/Whoever locking functions behind magic numbers and proprietary blobs and other 'un-Gentlemanly' things shouldn't count as difficulty in making a Camera API; that's just shit companies being shit to people, not an API problem.