Gets the exposure time


int miraacq_GetExposure(makernel* pma,double* pVal);


Input: 

  • Runtime environment pointer
  • pointer to double: Output value


Output: Result code (MIRA_OK or error)


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