Skip to content
forked from droidconsg/camera

droidcon SG 2019 Mini Hackathon submission project! @droidconsg

License

Notifications You must be signed in to change notification settings

khangtoh/camera

 
 

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.

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

About

droidcon SG 2019 Mini Hackathon submission project! @droidconsg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.1%
  • Kotlin 37.1%
  • RenderScript 0.8%