Package boofcv.io.webcamcapture
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.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebcamCaptureWebcamInterface.SimpleSequence<T extends boofcv.struct.image.ImageBase<T>> -
Constructor Summary
Constructors Constructor Description WebcamCaptureWebcamInterface() -
Method Summary
-
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:
openin interfaceboofcv.io.wrapper.WebcamInterface
-