public class OpenIMAJGrabber
extends org.bridj.cpp.CPPObject
Constructor and Description |
---|
OpenIMAJGrabber() |
OpenIMAJGrabber(org.bridj.Pointer pointer) |
Modifier and Type | Method and Description |
---|---|
protected org.bridj.Pointer<?> |
data() |
protected OpenIMAJGrabber |
data(org.bridj.Pointer<?> data) |
int |
getHeight() |
org.bridj.Pointer<java.lang.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 org.bridj.Pointer<java.lang.Byte> getImage()
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()
protected org.bridj.Pointer<?> data()
protected OpenIMAJGrabber data(org.bridj.Pointer<?> data)
Copyright © 2012-2018 Bartosz Firyn (SarXos). All Rights Reserved.