captureImage

Description

Activates the camera of the mobile device to capture image.

Input / Parameter

Output

N/A

Callback

callback

The function to be executed if the camera captures an image successfully.

errorCallback

The function to be executed if the camera does not capture an image successfully.

Video

Coming Soon.

Example

The user wants to take a photo using their mobile device and view the photo in the image component.

Steps

Result

The image captured will be shown in the image component.

Last updated