mrmunna74 / camera-samples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
Camera2Basic Java Java version of Camera2BasicKotlin.
Camera2Basic Kotlin Demonstrates the basic functionalities of the Camera2 API.
Camera2Raw Demostrates capturing RAW images, i.e. unprocessed pixel data directly from the camera sensor.
Camera2VideoJava Java version of Camera2VideoKotlin.
Camera2Video Kotlin Demonstrates recording video using the Camera2 API and MediaRecorder.
CameraXBasic Demonstrates how to use CameraX APIs written in Kotlin.
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.

License:Apache License 2.0


Languages

Language:Java 61.9%Language:Kotlin 37.2%Language:RenderScript 0.8%