Confirmed users
29
edits
(Provide more information on Camera API3) |
(Add link to Camera3 example app) |
||
Line 24: | Line 24: | ||
* [https://source.android.com/devices/camera/versioning.html Camera version support] | * [https://source.android.com/devices/camera/versioning.html Camera version support] | ||
<small>There was a transitional [http://androidxref.com/4.4.4_r1/xref/frameworks/av/include/camera/camera2/ Camera API2] available in KitKat, but it has been superseded by API3 in Lollipop. In some cases the documentation may be ambiguous — for example, the figure in the first page linked to above.</small> | <small>There was a transitional [http://androidxref.com/4.4.4_r1/xref/frameworks/av/include/camera/camera2/ Camera API2] available in KitKat, but it has been superseded by API3 in Lollipop. In some cases the documentation may be ambiguous — for example, the figure in the first page linked to above.</small> | ||
==== Example API2/API3 Camera App ==== | |||
* [https://github.com/PkmX/lcamera PkmX], written in [https://en.wikipedia.org/wiki/Scala_%28programming_language%29 Scala] – thanks, Hayden! |