"cameraStart"

Starts the camera.

Synopsis

void cameraStart()

Parameters

Parameter Description
- -

Description

This function starts the camera.

If the camera cannot be started for some reason, the error(mapping error) event is started.

The mapping then contains:

  • source (string): "camera"
  • error (string): This is currently only "CameraError".
  • errorString (string): A description of the error.

Assignment

VideoPlayer.ewo