add some initial PreviewCameraTwo implementation from the sample code

This commit is contained in:
tibbi
2018-05-28 21:47:23 +02:00
parent 77fb00097c
commit 26f33e8c26
5 changed files with 408 additions and 4 deletions

View File

@ -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