Sets the exposure time.


int miraacq_SetExposure(makernelpma, 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.