Uses of Interface
org.praxislive.video.gstreamer.VideoCapture
-
Packages that use VideoCapture Package Description org.praxislive.video.gstreamer -
-
Uses of VideoCapture in org.praxislive.video.gstreamer
Methods in org.praxislive.video.gstreamer that return VideoCapture Modifier and Type Method Description VideoCaptureVideoCapture. device(String device)VideoCaptureVideoCapture. onEOS(Runnable eos)VideoCaptureVideoCapture. onError(Consumer<String> error)VideoCaptureVideoCapture. onReady(Runnable ready)VideoCaptureVideoCapture. play()VideoCaptureVideoCapture. requestFrameRate(double fps)VideoCaptureVideoCapture. requestFrameSize(int width, int height)VideoCaptureVideoCapture. stop()
-