Package org.openpnp.machine.neoden4
Interface Neoden4CameraDriver
-
- All Superinterfaces:
com.sun.jna.Library
- All Known Implementing Classes:
Neoden4CameraHandler
public interface Neoden4CameraDriver extends com.sun.jna.Library
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
img_capture
boolean img_capture(int which_camera)
-
img_init
int img_init()
-
img_led
boolean img_led(int camera, short mode)
-
img_read
int img_read(int which_camera, byte[] pFrameBuffer, int BytesToRead, int timeoutMs)
-
img_readAsy
int img_readAsy(int which_camera, byte[] pFrameBuffer, int BytesToRead, int timeoutMs)
-
img_reset
int img_reset(int which_camera)
-
img_set_exp
boolean img_set_exp(int which_camera, short exposure)
-
img_set_gain
boolean img_set_gain(int which_camera, short gain)
-
img_set_lt
boolean img_set_lt(int which_camera, short a2, short a3)
-
img_set_wh
boolean img_set_wh(int which_camera, short w, short h)
-
-