public class DynamicWebcamInterface extends java.lang.Object implements WebcamInterface
| Constructor and Description |
|---|
DynamicWebcamInterface() |
| Modifier and Type | Method and Description |
|---|---|
static WebcamInterface |
loadManager(java.lang.String pathToManager)
Loads the specified default
VideoInterface. |
<T extends boofcv.struct.image.ImageBase> |
open(java.lang.String device,
int width,
int height,
boofcv.struct.image.ImageType<T> imageType) |
public <T extends boofcv.struct.image.ImageBase> SimpleImageSequence<T> open(java.lang.String device, int width, int height, boofcv.struct.image.ImageType<T> imageType)
open in interface WebcamInterfacepublic static WebcamInterface loadManager(java.lang.String pathToManager)
VideoInterface.