Package | Description |
---|---|
gwt.material.design.addins.client.camera | |
gwt.material.design.addins.client.camera.events |
Modifier and Type | Class and Description |
---|---|
class |
MaterialCameraCapture
MaterialCameraCapture is a widget that captures the video stream from the camera, using the
HTML5
MediaDevices.getUserMedia() (Streams API). |
Modifier and Type | Method and Description |
---|---|
static <T> void |
CameraCaptureEvent.fire(HasCameraCaptureHandlers source,
CameraCaptureEvent.CaptureStatus status)
Fires an event with the
CameraCaptureEvent.CaptureStatus . |
static <T> void |
CameraCaptureEvent.fire(HasCameraCaptureHandlers source,
String errorMessage)
Fires an event with the
CameraCaptureEvent.CaptureStatus.ERRORED status and the error message. |
Copyright © 2018. All rights reserved.