Package boofcv.io

Interface VideoController<T extends ImageBase<T>>


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 Type
    Method
    Description
    boolean
    start(String device, int width, int height, VideoCallBack<T> callback)
     
  • Method Details