FAQ Camera1 APIに価値はなくなったのか? • No, 利用価値はまだまだ高い • 枯れたAPI&たくさんのバッドノウハウ • This class was deprecated. Camera2 APIは時期尚早か? • No, Camera1 APIではできないことが可能に • モダンなAPI, 高い拡張性 2/19/2016 8
If You Build Camera App アプリの一部、Optionとして開発する場合 • 工数はあまり消費したくない • 主機能は別にある • Camera2 APIは不要 • Intentによるカメラアプリ連携 • Google Play Services 7.8 – Mobile Vision API (QRコード) • それでも足りなければCamera1 APIを。 https://github.com/googlesamples/android-vision 2/19/2016 9
Tips • 3A Modes • AF,AE,AWの設定のこと • カメラデバイス起動時はオートフォーカス、自動露光、ホワイトバラ ンスいずれも”STATE_INACTIVE” • CTS requirements • Android 5.0 and later devices must pass both Camera API1 CTS and Camera API2 CTS. And as always, devices are required to pass the CTS Verifier camera tests. 2/19/2016 50