Skip to content

Saimanoj2325/CameraX-In-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CameraX-In-Java

Implementation of CameraX In Java.

Tutorial

This project is a reference code made for the video 'Camera X in Java | Image Capture, Video Capture, Image Analysis'.

Link: https://youtu.be/IrwhjDtpIU0

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

The things you need before installing the software.

  • Android Studio

Installation

Clone this repository and import into Android Studio

git clone git@github.com:Faisal-FS/CameraX-In-Java.git

Configuration

Gradle Dependencies:

dependencies {
    def cameraxVersion = "1.1.0-alpha05"
    implementation "androidx.camera:camera-core:${cameraxVersion}"
    implementation "androidx.camera:camera-camera2:${cameraxVersion}"
    implementation "androidx.camera:camera-lifecycle:${cameraxVersion}"

    // CameraX View class
    implementation 'androidx.camera:camera-view:1.0.0-alpha25'
}

Permissions:

First enable permissions from the app info in device settings.

* Camera
* Microphone
* Read/Write External Storage

Did I help you out? Consider buying me a coffee 😎

https://www.buymeacoffee.com/codingreel

About

Implementation of CameraX In Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%