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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VideoInterfaceloadManager(String pathToManager) Loads the specified defaultVideoInterface.static VideoInterfaceLoads the defaultVideoInterface.
-
Constructor Details
-
BoofVideoManager
public BoofVideoManager()
-
-
Method Details
-
loadManagerDefault
Loads the defaultVideoInterface.- Returns:
- Video interface
-
loadManager
Loads the specified defaultVideoInterface.- Returns:
- Video interface
-