Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

Mar 2, 2017

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

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

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

May 29, 2017

Simple android camera to capture and get bitmaps.

Sep 28, 2016

Camera module for Android applications.

Jan 17, 2015

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

CameraView aims to help Android developers easily integrate Camera features.

Sep 11, 2016

sandrios camera allows developers to integrate image and video capturing without dealing with the complicated camera APIs.

Dec 27, 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

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

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

Nov 30, 2019

Realtime camera filters for Android.

Aug 9, 2016

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

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

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

Easy to use library to take picture or scanning barcodes in an Android app with lots of customisation.

Feb 4, 2019

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.

May 23, 2016

Video Recording with Camera2 and apply video filter.

Jul 25, 2018

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

Dec 9, 2016

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

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

Jul 4, 2018

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

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

Oct 2, 2016

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

Apr 7, 2018

Wrapper around the android Camera class that simplifies its usage.

Jun 10, 2015

Android module that takes a square photo using the native Android Camera APIs. The new Camera2 APIs from the L release is not used.

May 4, 2015

A camera view to capture long image merged from small captured images as it is in Shoparoo app!

This library uses CameraView from Google as the backbone of camera functionality and adds auto-support of creating long or wide images from multiple images.

Features:

  • Built-in Camera UI and activity
  • Built-in Image Viewer with pinch-fling gestures for zoom/move/rotate etc.
  • TouchImageView with gestures support for zoom/move/rotate etc.
  • Built-in permission handling for Camera and Storage
  • Horizontal or Vertical image merging
Apr 20, 2017