-
public interface PassioCameraConfigurator
-
-
Method Summary
Modifier and Type Method Description IntegerdisplayRotation()abstract IntegercameraFacing()abstract Previewpreview()ImageAnalysisanalyzer()FloatsetZoomRatio(Float minRatio, Float maxRatio)BooleantapToFocus()-
-
Method Detail
-
displayRotation
Integer displayRotation()
-
cameraFacing
abstract Integer cameraFacing()
-
analyzer
ImageAnalysis analyzer()
-
setZoomRatio
Float setZoomRatio(Float minRatio, Float maxRatio)
-
tapToFocus
Boolean tapToFocus()
-
-
-
-