1015 B
1015 B
Android CameraLive
This app is using the Camera2 API to display the camera preview with a JPEG, DEPTH or RAW frame.
Introduction
The Camera2 API allows users to capture RAW images, i.e. unprocessed pixel data directly from the camera sensor that has not yet been converted into a format and colorspace typically used for displaying and storing images viewed by humans.
This app displays a live camera preview in a TextureView and is based on the Camera2Basic example.
Pre-requisites
- Android SDK 29+
- Android Studio 3.5+
Screenshots
Getting Started
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.