public final class Neoden4CameraHandler extends java.lang.Object implements Neoden4CamDll
INSTANCE| Constructor and Description |
|---|
Neoden4CameraHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Neoden4CameraHandler |
getInstance() |
boolean |
img_capture(int which_camera) |
int |
img_init() |
boolean |
img_led(int camera,
short mode) |
int |
img_read(int which_camera,
byte[] pFrameBuffer,
int BytesToRead,
int timeoutMs) |
int |
img_readAsy(int which_camera,
byte[] pFrameBuffer,
int BytesToRead,
int timeoutMs) |
int |
img_reset(int which_camera) |
boolean |
img_set_exp(int which_camera,
short exposure) |
boolean |
img_set_gain(int which_camera,
short gain) |
boolean |
img_set_lt(int which_camera,
short a2,
short a3) |
boolean |
img_set_wh(int which_camera,
short w,
short h) |
public static Neoden4CameraHandler getInstance()
public boolean img_capture(int which_camera)
img_capture in interface Neoden4CamDllpublic int img_init()
img_init in interface Neoden4CamDllpublic boolean img_led(int camera,
short mode)
img_led in interface Neoden4CamDllpublic int img_read(int which_camera,
byte[] pFrameBuffer,
int BytesToRead,
int timeoutMs)
img_read in interface Neoden4CamDllpublic int img_readAsy(int which_camera,
byte[] pFrameBuffer,
int BytesToRead,
int timeoutMs)
img_readAsy in interface Neoden4CamDllpublic int img_reset(int which_camera)
img_reset in interface Neoden4CamDllpublic boolean img_set_exp(int which_camera,
short exposure)
img_set_exp in interface Neoden4CamDllpublic boolean img_set_gain(int which_camera,
short gain)
img_set_gain in interface Neoden4CamDllpublic boolean img_set_lt(int which_camera,
short a2,
short a3)
img_set_lt in interface Neoden4CamDllpublic boolean img_set_wh(int which_camera,
short w,
short h)
img_set_wh in interface Neoden4CamDll