27 #ifndef TRICLOPSCONTEXT_H 28 #define TRICLOPSCONTEXT_H 82 const char *filename);
118 const char *filename);
137 const char *filename);
249 #endif // #ifndef TRICLOPSCONTEXT_H enum TriclopsError triclopsSetCameraConfiguration(const TriclopsContext context, TriclopsCameraConfiguration config)
Sets a new camera configuration for the stereo pipeline.
Definition: triclopscontext.cpp:170
enum TriclopsError triclopsCopyContext(const TriclopsContext contextIn, TriclopsContext *contextOut)
Copies the contents of a context to another context.
Definition: triclopscontext.cpp:122
enum TriclopsError triclopsWriteCurrentContextToFile(TriclopsContext context, const char *filename)
Writes on file the current context configuration.
Definition: triclopscontext.cpp:110
TriclopsError
Error enumerator.
Definition: triclopserror.h:46
void * TriclopsContext
Wrapper for the internal C++ Triclops context.
Definition: triclopstype.h:54
TriclopsCameraConfiguration
Sensor configuration enumerator.
Definition: triclopsenum.h:152
enum TriclopsError triclopsGetDefaultContextFromMemory(TriclopsContext *defaultContext, void *fileData)
Sets up a new context using the information retrieved from a configuration file loaded on memory...
Definition: triclopscontext.cpp:71
enum TriclopsError triclopsWriteDefaultContextToFile(TriclopsContext context, const char *filename)
Writes on file the default context configuration.
Definition: triclopscontext.cpp:96
enum TriclopsError triclopsGetCameraConfiguration(const TriclopsContext context, TriclopsCameraConfiguration *config)
Retrieves the current camera configuration for the stereo pipeline.
Definition: triclopscontext.cpp:157
enum TriclopsError triclopsDestroyContext(TriclopsContext context)
Destroys a context.
Definition: triclopscontext.cpp:137
enum TriclopsError triclopsGetSerialNumber(const TriclopsContext context, int *serialNumber)
Retrieves the serial number of the camera associated with a provided context.
Definition: triclopscontext.cpp:194
enum TriclopsError triclopsGetDeviceConfiguration(const TriclopsContext context, TriclopsCameraConfiguration *config)
Retrieves the current camera configuration for the stereo pipeline.
Definition: triclopscontext.cpp:182
enum TriclopsError triclopsGetDefaultContextFromFile(TriclopsContext *defaultContext, const char *filename)
Sets up a new context using the information retrieved from a configuration file.
Definition: triclopscontext.cpp:41