Lines Matching full:devices
36 <li><em>Camera API1</em>: The app-level camera framework on KitKat and earlier devices, exposed
39 devices, exposed through the<code> android.hardware.camera2</code> package.
62 5.0 and later devices, and camera apps built on top of Camera API1 should work
73 <p>Android 5.0 and later devices feature Camera API2, however they may not fully support all of
79 <p><em>Legacy</em> devices expose a level of capabilities through the Camera API2 interfaces that
82 calls into Camera API1 calls under the hood. Legacy devices do not support
85 <p><em>Full</em> devices support all of the major capabilities of Camera API2. Full devices by
88 <p><em>Limited</em> devices are in between: They support some of the new Camera API2 capabilities,
93 interfaces. Full devices require both the <code>MANUAL_SENSOR</code> and
95 <code>RAW</code> capability that is optional even for full devices. Limited
96 devices can advertise any subset of these capabilities, including none of them. However,
102 feature flag if any of its attached camera devices supports the feature.</p>
113 <p>Android 5.0 and later devices must pass both Camera API1 CTS and Camera API2
114 CTS. And as always, devices are required to pass the CTS Verifier camera
117 <p>To add some context: For devices that don?t feature a Camera HAL3.2
124 old (legacy) devices.</p>