27 #ifndef TRICLOPSBUFFER_H 28 #define TRICLOPSBUFFER_H 99 unsigned char *buffer,
166 unsigned short *buffer,
270 #endif // #ifndef TRICLOPSBUFFER_H TriclopsImageType
8-bit per pixel image type enumerator
Definition: triclopsenum.h:52
enum TriclopsError triclopsUnsetColorImageBuffer(TriclopsContext context, TriclopsCamera camera)
Releases the user specified internal color image buffer for the specified camera. ...
Definition: triclopsbuffer.cpp:117
TriclopsCamera
Sensor definition enumerator.
Definition: triclopsenum.h:136
TriclopsImage16Type
16-bit per pixel image type enumerator
Definition: triclopsenum.h:79
TriclopsError
Error enumerator.
Definition: triclopserror.h:46
void * TriclopsContext
Wrapper for the internal C++ Triclops context.
Definition: triclopstype.h:54
enum TriclopsError triclopsSetImage16Buffer(TriclopsContext context, unsigned short *buffer, TriclopsImage16Type imageType, TriclopsCamera camera)
Sets the internal image buffer where 16-bit disparity images are written.
Definition: triclopsbuffer.cpp:52
enum TriclopsError triclopsUnsetImageBuffer(TriclopsContext context, TriclopsImageType imageType, TriclopsCamera camera)
Releases the user specified internal buffer for the specific camera and image type.
Definition: triclopsbuffer.cpp:89
enum TriclopsError triclopsSetImageBuffer(TriclopsContext context, unsigned char *buffer, TriclopsImageType imageType, TriclopsCamera camera)
Sets the internal image buffer for the specified camera and image type to be the buffer supplied by t...
Definition: triclopsbuffer.cpp:33
enum TriclopsError triclopsSetColorImageBuffer(TriclopsContext context, TriclopsCamera camera, TriclopsColorPixel *buffer)
Allows the user to set the buffer to which the processed 32-bit color image is written to...
Definition: triclopsbuffer.cpp:71
Single colored pixel helper structure.
Definition: triclopstype.h:97
enum TriclopsError triclopsUnsetImage16Buffer(TriclopsContext context, TriclopsImage16Type imageType, TriclopsCamera camera)
Releases the 16-bit user internal buffer for the specific camera and image type.
Definition: triclopsbuffer.cpp:103