#include <AR/config.h>
#include <AR/ar.h>
Go to the source code of this file.
Classes | |
struct | AR2VideoParamT |
struct | ARVideoDeviceTypeList |
Defines | |
#define | ARVideoDeviceMax 4 |
Enumerations | |
enum | ARVideoDeviceType { AR_VIDEO_INDY, AR_VIDEO_O2, AR_VIDEO_GALILEO, AR_VIDEO_OCTANE, AR_VIDEO_IMPACT } |
enum | ARVideoFormat { AR_VIDEO_INTERLEAVED, AR_VIDEO_NONINTERLEAVED, AR_VIDEO_ODD, AR_VIDEO_EVEN } |
enum | ARVideoPacking { AR_VIDEO_RGB_8, AR_VIDEO_RGB_332, AR_VIDEO_MONO, AR_VIDEO_YVYU } |
enum | ARVideoZoom { AR_VIDEO_1_P_1, AR_VIDEO_1_P_2, AR_VIDEO_1_P_4, AR_VIDEO_1_P_8 } |
Functions | |
int | arVideoCleanupDevice2 (int dev_id) |
int | arVideoClose2 (void) |
unsigned char * | arVideoGetImage2 (int dev_id) |
int | arVideoInqDevice2 (ARVideoDeviceTypeList *dev_list) |
int | arVideoInqSize2 (int dev_id, int *x, int *y) |
int | arVideoOpen2 (void) |
int | arVideoSetBufferSize2 (int dev_id, int size) |
int | arVideoSetupDevice2 (int dev_id, ARVideoFormat format, ARVideoPacking packing, ARVideoZoom zoom) |
int | arVideoStart2 (int dev_id) |
int | arVideoStop2 (int dev_id) |
#define ARVideoDeviceMax 4 |
Definition at line 51 of file videoSGI.h.
enum ARVideoDeviceType |
Definition at line 43 of file videoSGI.h.
enum ARVideoFormat |
Definition at line 22 of file videoSGI.h.
enum ARVideoPacking |
Definition at line 29 of file videoSGI.h.
enum ARVideoZoom |
Definition at line 36 of file videoSGI.h.
int arVideoInqDevice2 | ( | ARVideoDeviceTypeList * | dev_list | ) |
int arVideoSetupDevice2 | ( | int | dev_id, | |
ARVideoFormat | format, | |||
ARVideoPacking | packing, | |||
ARVideoZoom | zoom | |||
) |