Skip to content

congxc/GLCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLCamera

Preview camera use GLSurfaceView include landscape and portrait

适用横屏 竖屏(默认为横屏模式,只需要到CameraPreviewView下替换Vss即可适配竖屏)

自动手动对焦功能,默认视野拉近可做修改

mParameters = mCamera.getParameters(); if (mParameters.isZoomSupported()){ mParameters.setZoom(14); mCamera.startSmoothZoom(14); }

包含RXJava2.0封装适用

About

Preview camera use GLSurfaceView include landscape and portrait

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages