Class VideoCapture

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.Media
com.storedobject.vaadin.Video
com.storedobject.vaadin.VideoCapture
All Implemented Interfaces:
HasSize, MediaCapture, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable

public class VideoCapture extends Video implements MediaCapture
A special Video class that gets input from the client Computer's camera. The video stream from the camera can be (1) just viewed or (2) streamed to the server and saved. Also, snap-shot of the video stream can be taken as a picture and the resulting image can be just viewed or saved to the server.
Author:
Syam
See Also: