Triclops Context API. More...
Go to the source code of this file.
Functions | |
enum TriclopsError | triclopsCopyContext (const TriclopsContext contextIn, TriclopsContext *contextOut) |
Copies the contents of a context to another context. More... | |
enum TriclopsError | triclopsDestroyContext (TriclopsContext context) |
Destroys a context. More... | |
enum TriclopsError | triclopsGetCameraConfiguration (const TriclopsContext context, TriclopsCameraConfiguration *config) |
Retrieves the current camera configuration for the stereo pipeline. More... | |
enum TriclopsError | triclopsGetDefaultContextFromFile (TriclopsContext *defaultContext, const char *filename) |
Sets up a new context using the information retrieved from a configuration file. More... | |
enum TriclopsError | triclopsGetDefaultContextFromMemory (TriclopsContext *defaultContext, void *fileData) |
Sets up a new context using the information retrieved from a configuration file loaded on memory. More... | |
enum TriclopsError | triclopsGetDeviceConfiguration (const TriclopsContext context, TriclopsCameraConfiguration *config) |
Retrieves the current camera configuration for the stereo pipeline. More... | |
enum TriclopsError | triclopsGetSerialNumber (const TriclopsContext context, int *serialNumber) |
Retrieves the serial number of the camera associated with a provided context. More... | |
enum TriclopsError | triclopsSetCameraConfiguration (const TriclopsContext context, TriclopsCameraConfiguration config) |
Sets a new camera configuration for the stereo pipeline. More... | |
enum TriclopsError | triclopsWriteCurrentContextToFile (TriclopsContext context, const char *filename) |
Writes on file the current context configuration. More... | |
enum TriclopsError | triclopsWriteDefaultContextToFile (TriclopsContext context, const char *filename) |
Writes on file the default context configuration. More... | |
Triclops Context API.
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |