adding some initial camera states

This commit is contained in:
tibbi
2018-05-28 16:00:30 +02:00
parent a52716a3a5
commit e529bdd15c
3 changed files with 12 additions and 6 deletions

View File

@ -27,3 +27,7 @@ const val PHOTO_QUALITY = "photo_quality"
const val FLASH_OFF = 0
const val FLASH_ON = 1
const val FLASH_AUTO = 2
// camera states
const val STATE_PREVIEW = 0
const val STATE_PICTURE_TAKEN = 1