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

kitche1985/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

Sample Description
CameraXBasic Demonstrates how to use CameraX APIs.
CameraXTfLite Demonstrates how to use TfLite with CameraX APIs.
CameraXBasic Demonstrates how to use CameraX VideoCapture API.
Camera2Basic Demonstrates capturing JPEG, RAW and DEPTH images, e.g. unprocessed pixel data directly from the camera sensor.
Camera2SlowMotion Demonstrates capturing high-speed video in a constrained camera capture session.
Camera2Video Demonstrates recording video using the Camera2 API and MediaRecorder.
Camera2Extensions Demonstrates Camera2 extension live preview and still capture.
HdrViewfinder Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API.

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 87.8%
  • Java 11.1%
  • Other 1.1%