Property |
Type |
Access |
Meaning |
LC_PROP_G_CAMERA_COUNT |
int |
R |
Number of camera devices |
LC_PROP_G_CAMERA_I |
int |
RW |
Set camera index |
LC_PROP_G_CAMERA_NAME |
string |
R |
Name of camera by index (LC_PROP_G_CAMERA_I) |
LC_PROP_G_CAMERA_ON |
bool |
R |
TRUE if camera is connected |
LC_PROP_G_CAMERA_TIME |
int |
RW |
Interval between camera shots (msec.) |
LC_PROP_G_CAMERA_WIDTH |
int |
R |
Width of camera image (pixels) |
LC_PROP_G_CAMERA_HEIGHT |
int |
R |
Height of camera image (pixels) |
LC_PROP_G_CAMERA_BITS |
handle |
R |
Pointer to image bits |
LC_PROP_G_CAMERA_BPROW |
int |
R |
Bytes per row |