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 VideoCapture
VideoCapture. device(String device)
VideoCapture
VideoCapture. onEOS(Runnable eos)
VideoCapture
VideoCapture. onError(Consumer<String> error)
VideoCapture
VideoCapture. onReady(Runnable ready)
VideoCapture
VideoCapture. play()
VideoCapture
VideoCapture. requestFrameRate(double fps)
VideoCapture
VideoCapture. requestFrameSize(int width, int height)
VideoCapture
VideoCapture. stop()
-