khangtoh / camera

droidcon SG 2019 Mini Hackathon submission project! @droidconSG

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

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

License:Apache License 2.0


Languages

Language:Java 62.1%Language:Kotlin 37.1%Language:RenderScript 0.8%