androidCameraMode property
This parameter has been replaced with useCamera2API
.
This parameter accepts 3 values, API_X
, API_1
, API_2
. Default value is API_X
.
Some feature is available in each value.
API_1
features: Just taking picture
API_2
features: Taking picture, Scan barcode (Taking picture with flash has some issues, Auto flash in barcode scanning mode works in some phones.)
API_X
features: Taking picture, Scan barcode (Auto flash in barcode scanning mode doesn't work.)
Implementation
final AndroidCameraMode androidCameraMode;