Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This library is to take picture using camera from background without displaying preview.

Dec 9, 2016

A sample android camera example.

Jul 21, 2014

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.

Jul 18, 2014

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.

Aug 16, 2017

Android solution to simplify work with different camera apis. Include video and photo capturing features with possibility to select quality for appropriate media action etc.

Dec 11, 2016

Use android camera to take pictures and videos, based on camera2 api.

Jul 4, 2018

Keep the button pressed to open camera, release the button to capture the photo.

Apr 7, 2018

A simple Android wrapper for interfacing with the new Camera2 API for video capture.

Oct 2, 2016

Realtime camera filters for Android.

Aug 9, 2016

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.

Jan 17, 2017

CameraKit is an extraordinarily easy to use utility to work with the infamous Android Camera and Camera2 APIs.

Mar 2, 2017

Camera module for Android applications.

Jan 17, 2015

Video Recording with Camera2 and apply video filter.

Jul 25, 2018

CameraView aims to help Android developers easily integrate Camera features.

Sep 11, 2016

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.

Aug 23, 2017

CameraViewEx makes integration of camera implementation and various camera features into any Android project very easy.

Features

  • Camera preview by placing it in a layout XML (and calling the start method)
  • Configuration by attributes
    • Facing (app:facing)
    • Aspect ratio (app:aspectRatio)
    • Auto-focus (app:autoFocus)
    • Flash (app:flash)
    • Auto white balance (app:awb)
    • Optical Stabilization (app:opticalStabilization)
    • Noise Reduction (app:noiseReduction)
    • Camera shutter view (app:shutter)
    • Output format (app:outputFormat)
Nov 15, 2018

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):

  • Resolved some bugs
  • Implemented zoom feature
  • Improved API friendliness
  • Changed return image from byte[] to Bitmap (with correct orientation)
  • Added listeners
  • Allow force fallback to Camera
Dec 20, 2017

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:

  • Instantly display the live preview video feed from the device camera
  • Scan barcodes (using built-in ZXing decoding engine)
  • Perform your own camera live data processing
Jul 5, 2014

Custom camera which allows user to manipulate the size of image to be captured by controlling megapixels. Handy tool for people who want to upload medium sized images to server.

Jun 24, 2018

An open source camera for google glass. This is a an alternative to the default camera on Glass. CuXtom Cam provides you the default behaviour along with some special feature.

Aug 7, 2016

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.

Jul 28, 2018

What EasyCam offers

  1. Screen orientation handling
  2. Output image orientation handling
  3. Front and Back cam support
  4. Flash support
  5. Single and multiple photo shoot mode
  6. Set minimum and maximum count for multiple shoot mode
  7. Preview of taken photos
  8. Manual focus
  9. Live preview in full screen or fit to aspect ratio
  10. Delete option in multiple shoot mode

The standout point in Easy cam is that all components are configurable (i.e) Capture button drawable, Done button background and text.

Jan 1, 2020

Wrapper around the android Camera class that simplifies its usage.

Jun 10, 2015

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:

  • Simple, yet powerful API for working with Camera.
  • Support of Camera1 as well as Camera2.
  • Last, but not least, non 0% test coverage.

Apr 23, 2017

Tiny library that measures human heart rate using camera and flash light and returns beats per minute as rx stream for you to use.

Jan 13, 2018

📸 A library that allows you to capture images secretly, in background without alerting users.

Nov 30, 2019

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).

Nov 5, 2014

Highly flexible Android Camera which offers granular control over the video quality and file size, while restricting recordings to be landscape only.

Dec 13, 2014

Android library handling flashlight for camera and camera2 api. Added support for handling display/screen light.

May 29, 2017

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.

Apr 12, 2018