Gets the exposure time.


int miraacq_GetExposure(makernelpma, double* pExposure);


Parameters:

  • pma: A pointer to the acquisition kernel returned by miraacq_Init.
  • pExposure: The exposure time in milliseconds.


Return value:

MIRA_OK (0) or an error code.


Description:

miraacq_GetExposure will get the exposure time of the camera in milliseconds, it requires that acquisition has been initialized using miraacq_InitializeAcquisition.