Sets the exposure time


int miraacq_SetExposure(makernel* pma,double val);


Input: 

  • Runtime environment pointer
  • Double: Exposure value in ms


Output: Result code (MIRA_OK or error)


This function sets the exposure (integration time) in miliseconds. It can be used only after miraacq_InitializeAcquisition. It may be using during running acquisition (after miraacq_StartAcquisition).