public interface VideoController<T extends ImageBase<T>>
Starts processing a video sequence. As new frames arrive the callback function is called.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
start
(String device, int width, int height, VideoCallBack<T> callback)
-
Method Details
-
start
-