miraacq_SetExposure
Sets the exposure time.
int miraacq_SetExposure(makernel* pma, double exposure);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
- exposure: The exposure time in milliseconds.
Return value:
MIRA_OK (0) or an error code.
Description:
miraacq_SetExposure will set the exposure time of the camera in milliseconds, it requires that acquisition has been initialized using miraacq_InitializeAcquisition.