Package | Description |
---|---|
org.openimaj.content.slideshow | |
org.openimaj.video.capture |
Modifier and Type | Method and Description |
---|---|
static Device |
CameraSelector.getPreferredVideoCaptureDevice() |
Modifier and Type | Method and Description |
---|---|
protected Device |
Device.identifier(org.bridj.Pointer<Byte> identifier) |
protected Device |
Device.name(org.bridj.Pointer<Byte> name) |
Modifier and Type | Method and Description |
---|---|
List<Device> |
DeviceList.asArrayList() |
protected org.bridj.Pointer<org.bridj.Pointer<Device>> |
DeviceList.devices() |
org.bridj.Pointer<Device> |
DeviceList.getDevice(int i) |
static List<Device> |
VideoCapture.getVideoDevices()
Get a list of all compatible video devices attached to the machine.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
VideoCapture.startSession(int requestedWidth,
int requestedHeight,
double requestedFPS,
Device device) |
Modifier and Type | Method and Description |
---|---|
protected DeviceList |
DeviceList.devices(org.bridj.Pointer<org.bridj.Pointer<Device>> devices) |
Constructor and Description |
---|
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.
|