Package | Description |
---|---|
org.openimaj.demos | |
org.openimaj.video.capture |
Modifier and Type | Method and Description |
---|---|
static void |
VideoTest.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
VideoCapture.main(String[] args)
Test main method.
|
Constructor and Description |
---|
VideoCapture(int width,
int height)
Construct a VideoCapture instance with the requested width and height.
|
VideoCapture(int width,
int height,
Device device)
Construct a VideoCapture instance with the requested width and height
using the specified video device.
|
VideoCapture(int width,
int height,
double fps,
Device device)
Construct a VideoCapture instance with the requested width and height
using the specified video device.
|