Camera JS

Camera JS (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 04 January 2023 by valantic LCS
Camera JS

Camera JS (ODC)

Documentation
0.1.1

Component application to capture camera image snapshots or a stream of snapshots via HTML5 in a browser. Uses only front-end resources 

  1. Add block CameraArea
  2. Define Width and Height for your camera area. If empty will be defined 100%. You can use GetViewPortWidth action to help you to define your own size
  3. IsShowPreview will display the camera image just after you take the photo
  4. PhotoTaken event will be triggered when capturing the photo and will receive a base64 image to be stored as you wish.