Package boofcv.io.video
Class DynamicVideoInterface
java.lang.Object
boofcv.io.video.DynamicVideoInterface
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescription<T extends ImageBase<T>>
@Nullable SimpleImageSequence<T>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
-