Class WebcamCaptureWebcamInterface

java.lang.Object
boofcv.io.webcamcapture.WebcamCaptureWebcamInterface
All Implemented Interfaces:
boofcv.io.wrapper.WebcamInterface

public class WebcamCaptureWebcamInterface
extends Object
implements boofcv.io.wrapper.WebcamInterface
Wrapper around webcam capture which allows its images to be used inside the SimpleImageSequence.
  • Constructor Details

    • WebcamCaptureWebcamInterface

      public WebcamCaptureWebcamInterface()
  • Method Details

    • open

      public <T extends boofcv.struct.image.ImageBase<T>> boofcv.io.image.SimpleImageSequence<T> open​(String device, int width, int height, boofcv.struct.image.ImageType<T> imageType)
      Specified by:
      open in interface boofcv.io.wrapper.WebcamInterface