Package boofcv.io.video
Class DynamicVideoInterface
java.lang.Object
boofcv.io.video.DynamicVideoInterface
- All Implemented Interfaces:
VideoInterface
public class DynamicVideoInterface extends Object implements VideoInterface
This video interface attempts to load a native reader. If that fails, jcodec, if that fails it just
uses the built in video types.
-
Constructor Summary
Constructors Constructor Description DynamicVideoInterface()
-
Method Summary
Modifier and Type Method Description <T extends ImageBase<T>>
@Nullable SimpleImageSequence<T>load(String fileName, ImageType<T> imageType)
static VideoInterface
loadManager(String pathToManager)
Loads the specified defaultVideoInterface
.
-
Constructor Details
-
DynamicVideoInterface
public DynamicVideoInterface()
-
-
Method Details
-
load
@Nullable public <T extends ImageBase<T>> @Nullable SimpleImageSequence<T> load(String fileName, ImageType<T> imageType)- Specified by:
load
in interfaceVideoInterface
-
loadManager
Loads the specified defaultVideoInterface
.- Returns:
- Video interface
-