CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.

OTHER License

Stars
4.9K
Committers
60

Bot releases are visible (Hide)

CameraView - v2.0.0-beta03

Published by natario1 over 5 years ago

See changelog.

CameraView - v2.0.0-beta02

Published by natario1 almost 6 years ago

See changelog.

CameraView - v2.0.0-beta01

Published by natario1 almost 6 years ago

See changelog.

CameraView - v1.6.1

Published by natario1 almost 6 years ago

See CHANGELOG.

CameraView - v1.6.0

Published by natario1 about 6 years ago

See CHANGELOG.

CameraView - v1.5.1

Published by natario1 over 6 years ago

See CHANGELOG.

CameraView - v1.5.0

Published by natario1 over 6 years ago

See CHANGELOG.

CameraView - v1.4.2

Published by natario1 over 6 years ago

See CHANGELOG.

CameraView - v1.4.0

Published by natario1 almost 7 years ago

See CHANGELOG.

CameraView - v1.3.2

Published by natario1 almost 7 years ago

See CHANGELOG.

CameraView - v1.3.1

Published by natario1 almost 7 years ago

See CHANGELOG.

CameraView - v1.3.0

Published by natario1 almost 7 years ago

  • Ability to inject frame processors to do your own visual tasks (barcodes, facial recognition etc.) (#82)
  • Ability to inject external loggers (e.g. Crashlytics) to listen for internal logging events (#80)
  • Improved CameraUtils.decodeBitmap, you can now pass maxWidth and maxHeight to avoid OOM (#83)
  • Updated dependencies thanks to @v-gar (#73)
CameraView - v1.2.3

Published by natario1 about 7 years ago

  • Fix annoying bug that was not showing focus markers or grid lines (#62)
  • Don't crash the app when there are API calls during stop events (#50)
CameraView - v1.2.2

Published by natario1 about 7 years ago

  • Added Audio class and camera.setAudio to control the audio stream while recording videos, thanks to @m1r0n41k (#33, #39)
  • Fixed bugs with the internal camera state (#37)
  • Add support for whether to play camera sounds, see setPlaySounds() and cameraPlaySounds (#43)
CameraView - v1.2.1

Published by natario1 about 7 years ago

  • Fixed a distortion bug with certain activity orientations, thanks to @m1r0n41k (#23)
  • Fixed a distortion bug with crop center behavior (#30)
  • Add logger API to help debugging, enable with CameraLogger.setLogLevel() (#25)
  • Fixed bug with configuration changes, ensure camera is closed before opening again (#29)
CameraView - v1.2.0

Published by natario1 about 7 years ago

  • Added HDR support (#11)
  • Fixed some serious bugs using setLocation(double, double) (#10)
  • Added setLocation(Location) with better support for other tags (#10)
  • Added CameraOptions.supports(value) to know if a certain value is supported without iterating over lists (#13)
  • Better threading, less lag when taking pictures (#13)
CameraView - v1.1.4

Published by natario1 about 7 years ago

  • Vertical scroll gestures now are positive (e.g. zoom in) when scrolling up (#7)
  • FIxed a measuring bug (#8)
CameraView - v1.1.3

Published by natario1 about 7 years ago

Fix a serious bug that could make the app crash on session start, thanks to @shtolik (#1)

CameraView - v1.1.2

Published by natario1 about 7 years ago

This version adds:

  • new onOrientationChanged callback. Gives you the right angle to rotate Views on screen so they appear well aligned with the camera
  • MediaActionSound support for focus and snapshots
CameraView - v1.1.1

Published by natario1 about 7 years ago

Support for two new gestures:

  • Gesture.SCROLL_HORIZONTAL
  • Gesture.SCROLL_VERTICAL

that can be mapped to either zoom or exposure correction.

Package Rankings
Top 5.33% on Repo1.maven.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status Code Coverage Release Issues Funding
Related Projects