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

Go to the source code of this file.
This is from point grey. Check the manual for instructions.
Definition in file triclopsbuffer.h.
| TriclopsError triclopsSetColorImageBuffer | ( | TriclopsContext | context, |
| TriclopsCamera | nCamera, | ||
| unsigned char * | red, | ||
| unsigned char * | green, | ||
| unsigned char * | blue | ||
| ) |
| TriclopsError triclopsSetImage16Buffer | ( | TriclopsContext | context, |
| unsigned short * | buffer, | ||
| TriclopsImage16Type | imageType, | ||
| TriclopsCamera | camera | ||
| ) |
| TriclopsError triclopsSetImageBuffer | ( | TriclopsContext | context, |
| unsigned char * | buffer, | ||
| TriclopsImageType | imageType, | ||
| TriclopsCamera | camera | ||
| ) |
| TriclopsError triclopsSetPackedColorImageBuffer | ( | TriclopsContext | context, |
| TriclopsCamera | nCamera, | ||
| TriclopsPackedColorPixel * | buffer | ||
| ) |
| TriclopsError triclopsUnsetColorImageBuffer | ( | TriclopsContext | context, |
| TriclopsCamera | camera | ||
| ) |
| TriclopsError triclopsUnsetImage16Buffer | ( | TriclopsContext | context, |
| TriclopsImage16Type | imageType, | ||
| TriclopsCamera | camera | ||
| ) |
| TriclopsError triclopsUnsetImageBuffer | ( | TriclopsContext | context, |
| TriclopsImageType | imageType, | ||
| TriclopsCamera | camera | ||
| ) |
| TriclopsError triclopsUnsetPackedColorImageBuffer | ( | TriclopsContext | context, |
| TriclopsCamera | camera | ||
| ) |