Description
CameraX is a new Jetpack library introduced to help make camera development easier.
It provides an easy to use API environment which works across most Android devices.
CameraX provides several predefined use cases like a preview, image/video capture.
This allow developers to focus on the tasks they need to get done instead of spending
time writing functionality and managing requirements for different devices.
CameraX also takes care of basic configuration(aspect ratio, rotation and orientation)
and greatly reduces test burden as developers.
This app is an implementation of CameraX & Machine learning with option to take photo, record video, image labeling, barcode scanning, text recognition and translate text.
DOWNLOAD
Requirements
Android Studio +4.1.1Java 8Photo
Take photos in high qualityFlash mode: on, off or autoCountdown timer: off, 3s or 10sSwitch front-back cameraPhoto viewerVideo
Record video in high qualityFlash mode: on or offChronometerSwitch front-back cameraVideo viewerQR & Barcode scanner
Real time scannerFlash mode: on/offWorks with any orientationAutomatic format detectionReads most standard formats:
-Linear formats: Codabar, Code 39, Code 93, Code 128, EAN-8, EAN-13, ITF, UPC-A, UPC-E
-2D formats: Aztec, Data Matrix, PDF417, QR CodeRestart actionCopy result to clipboardShare resultImage labeling
Real time image labelingFlash mode: on/offYou can detect and extract information about entities in an image across a broad group of categories. The default image labeling model can identify general objects, places, activities, animal species, products, and more.More than 400 entities that cover the most commonly-found concepts in photos.Possibility to use custom modelText recognition
Real time text recognitionFlash mode: on/offRestart actionCopy result to clipboardShare resultShow recognized textShow languageCan recognize text in any Latin-based character set.
They can also be used to automate data-entry tasks such as processing credit cards, receipts, and business cards.Possibility to recognize text from a Bitmap, media.Image, ByteBuffer, byte array, or a file on the device.Translate text
Real time text recognition & translateFlash mode: on/offRestart actionShow recognized textShow translated textShow languageSelect language to translate toTranslate between more than 50 different languages COMPLETE LIST Powered by the same models used by the Google Translate app’s offline modeExposure
From -4 to 4Preview scale
FillTopCenterBottomPhoto mode
OriginalBokehHDRBeautyNight modeSepiaAquaMonoNegativePosterizeSolarize**Bokeh, HDR, Beauty and Night mode is not available in all devices
COMPATIBLE DEVICES
Settings
View available space and total space of deviceChange image size and aspect ratioEnable/Disable image max qualityChange video resolutionChange video fpsEnable/Disable sound (timer, take photo and stop recording video)Show/Hide grid linesPinch to zoom
Available in all modesTap to focus
Available in all modesWith animationTake photo, start-stop recording from volume buttons
Change log
V 3.0 • 08/03/2023
- Migrate to Android 13 (SDK 33)
- Dependencies update
- Permissions Android 13
- Code refactoring & optimization
- Design changed
- Get media from gallery updated for android 13
- Warning: Change video fps it's not available by now