![]() |
ReconstructMe SDK
1.5.795-79862
Real-time 3D reconstruction engine
|
This examples shows how correct error handling is done for the one minute example.
Each method in ReconstructMe SDK returns an error code based on reme_error_t. This can be used to determine the outcome of the last invocation. In addition, methods such as reme_context_bind_error_info provide more detailed error status information.
Besides polling for error messages, you can register a callback function for logging messages.
Boost is only used to generate examples and is not necessary for working with this SDK.
1.8.2