Configurations
This section describes the available camera configurations.
val style = CameraStyles(
focusTextColor = R.color.black,
focusBackgroundColor = R.color.white,
infoButtonColor = R.color.black,
)
val texts = CameraTexts(outOfFocus = "Out of focus", infoMessage = "More info. here")
val options = CameraOptions(i18n = texts, style = style)Models
CameraOptions
Description
CameraStyles
Description
CameraTexts
Description
Was this helpful?