cameraViewEx / com.priyankvasa.android.cameraviewex / CameraView / start

start

fun start(): Unit

Open a camera device and start showing camera preview. This is typically called from Activity.onResume.

Exceptions

CameraViewException - if destroy is already called and this CameraView instance is no longer active.