4. Image analysis
The image analysis use case provides the application with an accessible image to perform some kind of processing. The application implements an analysis method executed on each image. Images are processed by passing an executor in which image analysis is performed via a ImageAnalysis.Analyzer() . Only one analyzer can be registered at a time: registering a new analyzer replaces the existing one.
Image analysis can operate in two modes:
in blocking mode, the executor receives images from the camera in sequential order. This means that, if the analysis method takes too long, images will accumulate in a processing buffer. Processed images may then no longer be current;
in non-blocking mode (the mode we're using here), the executor receives the last available...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Image analysis
Bibliography
- (1) - - https://developer.android.com/reference/ android/hardware/camera2/Camera Characteristics
- (2) - TURING (A.M.) - Computing Machinery and Intelligence....
Websites
Android developers (page consulted on July 14, 2023). Reference site for programming on the Android™ platform. This site presents an important documentary reference base as well as the tools necessary for programming https://developer.android.com/
Development kit for the Android™ platform (page consulted on July 14, 2023). The...
Events
Google I/O (page consulted on July 14, 2023). Annual two-day conference organized by Google at the Moscone Center in San Francisco, California. Its aim is to announce developments in the many services and technologies offered by Google. https://io.google
Android Dev Summit (page accessed July 14, 2023). The world's leading conference for practical...
Directory
Manufacturers – Suppliers – Distributors (non-exhaustive list)
Google (Pixel phone) https://store.google.com/fr/category/phones
Samsung (Android™-based phones and tablets) http://www.samsung.com
Sony (Android™-based...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference