Package boofcv.io.video
Class BoofVideoManager
java.lang.Object
boofcv.io.video.BoofVideoManager
Allows a
VideoInterface
to be created abstractly without directly referencing
the codec class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VideoInterface
loadManager
(String pathToManager) Loads the specified defaultVideoInterface
.static VideoInterface
Loads the defaultVideoInterface
.
-
Constructor Details
-
BoofVideoManager
public BoofVideoManager()
-
-
Method Details
-
loadManagerDefault
Loads the defaultVideoInterface
.- Returns:
- Video interface
-
loadManager
Loads the specified defaultVideoInterface
.- Returns:
- Video interface
-