This is from point grey. Check the manual for instructions. More...
#include <triclops.h>

Go to the source code of this file.
Typedefs | |
| typedef enum TriclopsCameraConfiguration | TriclopsCameraConfiguration |
Enumerations | |
| enum | TriclopsCameraConfiguration { TriCfg_L = 0, TriCfg_2CAM_HORIZONTAL = 1, TriCfg_2CAM_HORIZONTAL_NARROW = 1, TriCfg_2CAM_VERTICAL = 2, TriCfg_2CAM_HORIZONTAL_WIDE = 3, TriCfg_MAX_VALUE = 3 } |
Functions | |
| TriclopsError | triclopsCopyContext (const TriclopsContext contextIn, TriclopsContext *contextOut) |
| TriclopsError | triclopsDestroyContext (TriclopsContext context) |
| TriclopsError | triclopsGetCameraConfiguration (const TriclopsContext context, TriclopsCameraConfiguration *config) |
| TriclopsError | triclopsGetDefaultContextFromFile (TriclopsContext *defaultContext, char *filename) |
| TriclopsError | triclopsGetDeviceConfiguration (const TriclopsContext context, TriclopsCameraConfiguration *config) |
| TriclopsError | triclopsGetSerialNumber (const TriclopsContext context, int *serialNumber) |
| TriclopsError | triclopsSetCameraConfiguration (const TriclopsContext context, TriclopsCameraConfiguration config) |
| TriclopsError | triclopsWriteCurrentContextToFile (TriclopsContext context, char *filename) |
| TriclopsError | triclopsWriteDefaultContextToFile (TriclopsContext context, char *filename) |
This is from point grey. Check the manual for instructions.
Definition in file triclopscontext.h.
| typedef enum TriclopsCameraConfiguration TriclopsCameraConfiguration |
| Enumerator | |
|---|---|
| TriCfg_L | |
| TriCfg_2CAM_HORIZONTAL | |
| TriCfg_2CAM_HORIZONTAL_NARROW | |
| TriCfg_2CAM_VERTICAL | |
| TriCfg_2CAM_HORIZONTAL_WIDE | |
| TriCfg_MAX_VALUE | |
Definition at line 98 of file triclopscontext.h.
| TriclopsError triclopsCopyContext | ( | const TriclopsContext | contextIn, |
| TriclopsContext * | contextOut | ||
| ) |
| TriclopsError triclopsDestroyContext | ( | TriclopsContext | context | ) |
| TriclopsError triclopsGetCameraConfiguration | ( | const TriclopsContext | context, |
| TriclopsCameraConfiguration * | config | ||
| ) |
| TriclopsError triclopsGetDefaultContextFromFile | ( | TriclopsContext * | defaultContext, |
| char * | filename | ||
| ) |
| TriclopsError triclopsGetDeviceConfiguration | ( | const TriclopsContext | context, |
| TriclopsCameraConfiguration * | config | ||
| ) |
| TriclopsError triclopsGetSerialNumber | ( | const TriclopsContext | context, |
| int * | serialNumber | ||
| ) |
| TriclopsError triclopsSetCameraConfiguration | ( | const TriclopsContext | context, |
| TriclopsCameraConfiguration | config | ||
| ) |
| TriclopsError triclopsWriteCurrentContextToFile | ( | TriclopsContext | context, |
| char * | filename | ||
| ) |
| TriclopsError triclopsWriteDefaultContextToFile | ( | TriclopsContext | context, |
| char * | filename | ||
| ) |