Uses of Interface
boofcv.io.wrapper.WebcamInterface
Packages that use WebcamInterface
-
Uses of WebcamInterface in boofcv.io.webcamcapture
Classes in boofcv.io.webcamcapture that implement WebcamInterfaceModifier and TypeClassDescriptionclass
Wrapper around webcam capture which allows its images to be used inside theSimpleImageSequence
. -
Uses of WebcamInterface in boofcv.io.wrapper
Classes in boofcv.io.wrapper that implement WebcamInterfaceModifier and TypeClassDescriptionclass
Implementation ofWebcamInterface
that sees which of the known libraries are available and uses the best ones.Methods in boofcv.io.wrapper that return WebcamInterfaceModifier and TypeMethodDescriptionstatic WebcamInterface
DynamicWebcamInterface.loadManager
(String pathToManager) Loads the specified defaultVideoInterface
. -
Uses of WebcamInterface in boofcv.javacv
Classes in boofcv.javacv that implement WebcamInterface