Skip to content

funkyidol/CameraXSample

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 

CameraX Sample

A quick sample project to show how to setup CameraX (1.0.0-beta03) using fragments. Related blogpost can be found here https://dev.to/funkyidol/exploring-camerax-beta-release-part-1-19hh

Important Tips:

  • Do include the following in the build.gradle else CameraX throws compile time issues
   android{
       compileOptions {
               sourceCompatibility JavaVersion.VERSION_1_8
               targetCompatibility JavaVersion.VERSION_1_8
       }
   }

About

Quick sample and accompanying source code on how to integrate the new CameraX API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages