Skip to content

mWater/cordova-plugin-wezka-nativecamera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com.wezka.nativecamera

This is a fork of the official camera plugin from Apache - JUST FOR ANDROID

It uses a custom activity to run in the foreground in Android to prevent Cordova from being killed.

It is adapted from https://code.google.com/p/foreground-camera-plugin/

It offers advanced features such as flash support (auto/on/off), the tap-focus/exposure and the correct handling of image rotation.

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.

NOTE: This passes back an object: { url: , rotation: } not the standard string. It also has rudimentary photo library support

About

An android cordova native camera based on custom activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.2%
  • JavaScript 13.8%