2. Previewing and displaying the video stream from the sensor
We'll be relying on Android CameraX technology. CameraX is an Android™ add-on that makes it easy to add camera functionality to your application. CameraX is supported on almost all Android™ devices running Android 5.0 (API level 21) and above, ensuring that the same code works on most devices on the market. CameraX is used to interface with the camera via an abstraction called a "use case". A "use case" allows you to concentrate on the task in hand, rather than spending time managing device-specific subtleties.
The "use cases" currently available are :
preview: to obtain an image on the screen ;
image capture: captures and saves high-quality images ;
image analysis: supplies images to the processor for analysis, using, for example, artificial intelligence...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Previewing and displaying the video stream from the sensor
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- (1) - - https://developer.android.com/reference/ android/hardware/camera2/Camera Characteristics
- (2) - TURING (A.M.) - Computing Machinery and Intelligence....
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!