Skip to content

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

Notifications You must be signed in to change notification settings

funkyidol/CameraXSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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