Gets the exposure time


int miraacq_GetFrameRate(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 frame rate value in frames per second. It can be used only after miraacq_InitializeAcquisition. It may be using during running acquisition (after miraacq_StartAcquisition).