CameraView
is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs.
Supports real-time filters, gestures (tap-to-focus, pinch-to-zoom, ...), watermarks, frame processing, outputs of any size, system permissions handling and much more.
CameraKit is an extraordinarily easy to use utility to work with the infamous Android Camera and Camera2 APIs.
Camera API in Android is hard. Having 2 different API for new and old Camera does not make things any easier. But this is your lucky day! After several years of working with Camera we came up with Fotoapparat.
What it provides:
Sticker-Camera is an Android application which allows to add stickers and tags on the picture.
L Camera is an open-source experimental camera app for Android L devices using the new android.hardware.camera2 API.
Please note that this app is intended to test and study new features of the camera API, it is not for general uses as it lacks many basic camera features (location tagging, white balance, photo review, flash control, etc).
This project is an Android library to provide an API to access an external USB webcam that supports UVC. The library provides an in-process service (WebcamManager) so that multiple parts of an application can share the same webcam.
Android library handling flashlight for camera and camera2 api. Added support for handling display/screen light.
LiveEdgeDetection is an Android document detection library built on top of openCV. It scans documents from camera live mode and allows you to adjust crop using the selected 4 edges and performs perspective transformation of the cropped image.
It works best with a dark background.
CameraView aims to help Android developers easily integrate Camera features.
Record full-resolution video on your Android devices.
Available on Google Play.
sandrios camera allows developers to integrate image and video capturing without dealing with the complicated camera APIs.
A simple easy-to-integrate Camera Fragment for Android.
CameraFragment preview directly the camera view, and provides a easy API to capture or manage the device.
You can setup your own layout and control the camera using CameraFragment.
What EasyCam offers
The standout point in Easy cam is that all components are configurable (i.e) Capture button drawable, Done button background and text.
A Custom camera Demo App. In this Demo we can take pictures and record videos too using camera2api.
Why would anyone want to use this? If someone wants to upload pictures or videos from its own app to main the quality of app content. Like instagram use its own custom camera.
📸 A library that allows you to capture images secretly, in background without alerting users.
Highly flexible Android Camera which offers granular control over the video quality and file size, while restricting recordings to be landscape only.
Android library with simple yet powerful components for using device camera in your apps.
The library contains a set of components (views), ready to be put to your layout files in order to give developer instant access to the following features:
Open camera project - multi-functional camera application for android.
The bare bone pipeline infrastructure required for using google's android vision detectors. Most of the source codes were extracted from Google's android vision sample.
A simple android app that tracks your eyes, detects your face and pauses/resumes a video playing according to that. Built using Google Vision API, Android Studio and lots of code for learning purposes.
A tracking and detection android app, made for learning purposes.
Tiny library that measures human heart rate using camera and flash light and returns beats per minute as rx stream for you to use.
Easy to use library to take picture or scanning barcodes in an Android app with lots of customisation.
A Magic library to take photos and select pictures in Android. In a simple way and if you need it also save the pictures in device.
Video Recording with Camera2 and apply video filter.
This library is to take picture using camera from background without displaying preview.
The aim of this library is to let you integrate camera features to your app, in case using Intent
to launch default Camera cannot fulfill your requirements.
This is a fork from Google's CameraView. Based on the original one, the following has been done (As per Version 0.7.0):
byte[]
to Bitmap
(with correct orientation)