It allows the user to manage and configure the access to the photo and video camera.

PUBLIC METHODS

void setOnlyPhotosCameraMode()

It configures the instance so that the camera can only take photos. This is the activated mode by default.

void setOnlyVideosCameraMode()

It configures the instance so that the camera can only record videos.

void setFrontCameraAsDefault()

It configures the instance for the use of the front camera of the device.

void setBackCameraAsDefault()

It configures the instance for the use of the back camera of the device.