public class OpenIMAJGrabber extends org.bridj.cpp.CPPObject
Constructor and Description |
---|
OpenIMAJGrabber() |
OpenIMAJGrabber(org.bridj.Pointer pointer) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
org.bridj.Pointer<Byte> |
getImage() |
org.bridj.Pointer<DeviceList> |
getVideoDevices() |
int |
getWidth() |
int |
nextFrame() |
void |
setTimeout(int timeout) |
boolean |
startSession(int width,
int height,
double reqFPS) |
boolean |
startSession(int width,
int height,
double reqFPS,
org.bridj.Pointer<Device> devptr) |
void |
stopSession() |
public OpenIMAJGrabber()
public OpenIMAJGrabber(org.bridj.Pointer pointer)
public org.bridj.Pointer<DeviceList> getVideoDevices()
public int nextFrame()
public void setTimeout(int timeout)
public boolean startSession(int width, int height, double reqFPS)
public boolean startSession(int width, int height, double reqFPS, org.bridj.Pointer<Device> devptr)
public void stopSession()
public int getWidth()
public int getHeight()
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.