miraacq_GetExposure
Gets the exposure time.
int miraacq_GetExposure(makernel* pma, 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.