Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Retum is an Android Library used for scanning and predicting fields on cards. The default implementation of this library includes CNIC card. The default predictor of this CNIC cards predicts Date of Birth, Date of Issue, Date of Expiry, CNIC Number. User are encouraged to make their own custom card predictor through this library.

Nov 17, 2018

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

Dec 9, 2016

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

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

Camera module for Android applications.

Jan 17, 2015

RxJava style camera API for android, it is based on android.hardware.camera.

Dec 22, 2015

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 simple library to make taking screenshots of your apps.

With the Marshmallow release and the new permissions model, taking screenshots of your applications has become just slightly more complicated as you need to deal with permissions on the run.

This library does it all for you regardless of the device you're running it on.

Nov 23, 2016
Advertisement

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

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