External buffers operations API. More...
Go to the source code of this file.
Functions | |
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. More... | |
enum TriclopsError | triclopsSetImage16Buffer (TriclopsContext context, unsigned short *buffer, TriclopsImage16Type imageType, TriclopsCamera camera) |
Sets the internal image buffer where 16-bit disparity images are written. More... | |
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 the user. More... | |
enum TriclopsError | triclopsUnsetColorImageBuffer (TriclopsContext context, TriclopsCamera camera) |
Releases the user specified internal color image buffer for the specified camera. More... | |
enum TriclopsError | triclopsUnsetImage16Buffer (TriclopsContext context, TriclopsImage16Type imageType, TriclopsCamera camera) |
Releases the 16-bit user internal buffer for the specific camera and image type. More... | |
enum TriclopsError | triclopsUnsetImageBuffer (TriclopsContext context, TriclopsImageType imageType, TriclopsCamera camera) |
Releases the user specified internal buffer for the specific camera and image type. More... | |
External buffers operations API.
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |