mira_StopAcquisition
Stops the acquisition.
int mira_StopAcquisition(mrkernel* pmr);
Parameters:
- pmr: A pointer to the runtime kernel returned by mira_Init.
Return value:
MIRA_OK (0) or an error code.
Description:
mira_StopAcquisition will stop the acquisition process, it requires that acquisition has been started previously using mira_StartAcquisition. After stopping mira_GetErrorMsg will return a string containing statistics of the process session: Average alg time: 2.79676 ms/frame (357.557 fps), processed 1500 frames, first 500 skipped for warm-up.