Skip to content

Multiple samples showing the best practices in camera APIs on Android.

License

Notifications You must be signed in to change notification settings

JaesungMoon/camera-samples

Repository files navigation

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.

About

Multiple samples showing the best practices in camera APIs on Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 89.9%
  • Java 9.6%
  • RenderScript 0.5%