Article | REF: H1518 V1

Image capture and analysis on Android

Author: Frédéric LEMOINE

Publication date: March 10, 2024

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

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...

You do not have access to this resource.

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

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

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

Subscribe now!

Ongoing reading
Previewing and displaying the video stream from the sensor