Package edu.wpi.grip.core.sources
Interface CameraSource.FrameGrabberFactory
-
- All Known Implementing Classes:
CameraSource.FrameGrabberFactoryImpl
- Enclosing class:
- CameraSource
public static interface CameraSource.FrameGrabberFactory
Allows for the creation of a frame grabber using either a device number or URL string address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bytedeco.javacv.FrameGrabber
create(int deviceNumber)
org.bytedeco.javacv.FrameGrabber
create(java.lang.String addressProperty)
-