Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

Dec 22, 2015

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

PhotoEasy reduces the complexity of requesting an image via the camera, with various settings that can help you customize the event.

Oct 26, 2020

Wizard Camera is a simple photo camera application that lets you add some funny effects to your shots. It uses CameraX API and OpenGL ES shaders to do it! A vital feature of the application is the ability to see the effects while previewing - what you see on a phone screen that you’ll get on a shot!

Jun 24, 2020

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

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

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