mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
add some initial PreviewCameraTwo implementation from the sample code
This commit is contained in:
@ -31,3 +31,6 @@ const val FLASH_AUTO = 2
|
||||
// camera states
|
||||
const val STATE_PREVIEW = 0
|
||||
const val STATE_PICTURE_TAKEN = 1
|
||||
const val STATE_WAITING_LOCK = 2
|
||||
const val STATE_WAITING_PRECAPTURE = 3
|
||||
const val STATE_WAITING_NON_PRECAPTURE = 4
|
||||
|
Reference in New Issue
Block a user