Stops the acquisition.


int miraacq_StopAcquisition(makernelpma);


Parameters:

  • pma: A pointer to the acquisition kernel returned by miraacq_Init.


Return value:

MIRA_OK (0) or an error code.


Description:

miraacq_StopAcquisition will make the camera stop acquiring, it requires that acquisition has been started previously using miraacq_StartAcquisition.