Sets the frame rate in frames per second


int miraacq_SetFrameRate(makernel* pma,double val);


Input: 

  • Runtime environment pointer
  • Double: Frame rate value in ms


Output: Result code (MIRA_OK or error)


This function sets the frame raw (integration time) in frames per second. It can be used only after miraacq_InitializeAcquisition. It may be using during running acquisition (after miraacq_StartAcquisition).