Camera Scan
CameraScan class to control camera activities
Parameters
T
Constructors
Types
Functions
Link copied to clipboard
Bind flashlight view
Link copied to clipboard
This method is used to make enable or disable torch
Link copied to clipboard
This method is return device have torch hardware
Link copied to clipboard
This method is return device torch state enabled or disable
Link copied to clipboard
This method is used to make camera linear zoom in by 1.0
Link copied to clipboard
This method is used to make camera linear zoom out by 1.0
Link copied to clipboard
abstract fun lineZoomTo(@FloatRange(from = 0.0, to = 1.0 ) linearZoom: Float)
Content copied to clipboard
This method is used to make camera linear zoom to passed ratio from 0.1F to 1.0F
Link copied to clipboard
Set analyze image
Link copied to clipboard
Set analyzer
Link copied to clipboard
Set bright light lux
Link copied to clipboard
abstract fun setCameraConfig(cameraConfig: CameraConfig?): CameraScan<*>?
Content copied to clipboard
Set camera config
Link copied to clipboard
Set dark light lux
Link copied to clipboard
Set need touch zoom
Link copied to clipboard
abstract fun setOnScanResultCallback(callback: CameraScan.OnScanResultCallback<T>?): CameraScan<*>?
Content copied to clipboard
Set on scan result callback
Link copied to clipboard
Set play beep
Link copied to clipboard
Set vibrate
Link copied to clipboard
startCamera function to start camera
Link copied to clipboard
stopCamera function to start camera