Device.Camera

Wisej.Web.Ext.MobileIntegration.Device Camera

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Provides functionality related to the device's camera.

public class Camera

Constructors

Methods

Detects and scans documents using the camera.

ParameterTypeDescription

compressionQuality

The quality of the resulting images, expressed as a value from 0.0 to 1.0.

Returns: Image[]. An array Image objects containing the documents.

Throws:

Toggles the device's flashlight.

ParameterTypeDescription

on

Specifies whether the flashlight should be on.

Throws:

Allows the user to take a picture using the device's camera.

ParameterTypeDescription

compressionQuality

The quality of the resulting image, expressed as a value from 0.0 to 1.0.

Returns: Image. The resulting image

Throws:

Allows the user to take a video using the device's camera.

Returns: String. The video's base64 encoded URL

Throws:

Last updated