Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 854 Bytes

Camera Samples Repository

This repository contains a set of individual Android Studio projects to help you get started with the Camera APIs in Android.

Samples

CameraXBasic - Demonstrates how to use CameraX APIs written in Kotlin.

Camera2Basic Kotlin - Demonstrates the basic functionalities of the Camera2 API. You can learn how to iterate through characteristics of all the cameras attached to the device, display a camera preview, and take pictures.

Camera2Basic Java - Java version of Camera2Basic.

Camera2Raw - Demostrates capturing RAW images, i.e. unprocessed pixel data directly from the camera sensor.

Camera2Video Kotlin - Demonstrates recording video using the new Camera2 API.