public class CLCamera extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CLEYE_AUTO_EXPOSURE |
static int |
CLEYE_AUTO_GAIN |
static int |
CLEYE_AUTO_WHITEBALANCE |
static int |
CLEYE_BAYER_RAW |
static int |
CLEYE_COLOR_PROCESSED |
static int |
CLEYE_COLOR_RAW |
static int |
CLEYE_EXPOSURE |
static int |
CLEYE_GAIN |
static int |
CLEYE_HFLIP |
static int |
CLEYE_HKEYSTONE |
static int |
CLEYE_LENSBRIGHTNESS |
static int |
CLEYE_LENSCORRECTION1 |
static int |
CLEYE_LENSCORRECTION2 |
static int |
CLEYE_LENSCORRECTION3 |
static int |
CLEYE_MONO_PROCESSED |
static int |
CLEYE_MONO_RAW |
static int |
CLEYE_QVGA |
static int |
CLEYE_ROTATION |
static int |
CLEYE_VFLIP |
static int |
CLEYE_VGA |
static int |
CLEYE_VKEYSTONE |
static int |
CLEYE_WHITEBALANCE_BLUE |
static int |
CLEYE_WHITEBALANCE_GREEN |
static int |
CLEYE_WHITEBALANCE_RED |
static int |
CLEYE_XOFFSET |
static int |
CLEYE_YOFFSET |
static int |
CLEYE_ZOOM |
Constructor and Description |
---|
CLCamera() |
Modifier and Type | Method and Description |
---|---|
static int |
cameraCount() |
static String |
cameraUUID(int index) |
boolean |
createCamera(int cameraIndex,
int mode,
int resolution,
int framerate) |
boolean |
destroyCamera() |
void |
dispose() |
boolean |
getCameraFrame(int[] imgData,
int waitTimeout) |
int |
getCameraParam(int param) |
static boolean |
IsLibraryLoaded() |
static void |
loadLibrary(String libraryPath) |
boolean |
setCameraParam(int param,
int val) |
boolean |
startCamera() |
boolean |
stopCamera() |
public static int CLEYE_MONO_PROCESSED
public static int CLEYE_COLOR_PROCESSED
public static int CLEYE_MONO_RAW
public static int CLEYE_COLOR_RAW
public static int CLEYE_BAYER_RAW
public static int CLEYE_QVGA
public static int CLEYE_VGA
public static int CLEYE_AUTO_GAIN
public static int CLEYE_GAIN
public static int CLEYE_AUTO_EXPOSURE
public static int CLEYE_EXPOSURE
public static int CLEYE_AUTO_WHITEBALANCE
public static int CLEYE_WHITEBALANCE_RED
public static int CLEYE_WHITEBALANCE_GREEN
public static int CLEYE_WHITEBALANCE_BLUE
public static int CLEYE_HFLIP
public static int CLEYE_VFLIP
public static int CLEYE_HKEYSTONE
public static int CLEYE_VKEYSTONE
public static int CLEYE_XOFFSET
public static int CLEYE_YOFFSET
public static int CLEYE_ROTATION
public static int CLEYE_ZOOM
public static int CLEYE_LENSCORRECTION1
public static int CLEYE_LENSCORRECTION2
public static int CLEYE_LENSCORRECTION3
public static int CLEYE_LENSBRIGHTNESS
public static boolean IsLibraryLoaded()
public static void loadLibrary(String libraryPath)
public static int cameraCount()
public static String cameraUUID(int index)
public void dispose()
public boolean createCamera(int cameraIndex, int mode, int resolution, int framerate)
public boolean destroyCamera()
public boolean startCamera()
public boolean stopCamera()
public boolean getCameraFrame(int[] imgData, int waitTimeout)
public boolean setCameraParam(int param, int val)
public int getCameraParam(int param)
Copyright © 2024. All rights reserved.