Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

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

Feb 4, 2019

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.

Jan 10, 2019

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

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

Video Recording with Camera2 and apply video filter.

Jul 25, 2018

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

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

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

Apr 7, 2018

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

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

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

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 library handling flashlight for camera and camera2 api. Added support for handling display/screen light.

May 29, 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

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

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

Mar 2, 2017

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

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

Dec 27, 2016

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

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

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

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

Oct 2, 2016
Advertisement

Simple android camera to capture and get bitmaps.

Sep 28, 2016

CameraView aims to help Android developers easily integrate Camera features.

Sep 11, 2016