miraacq_GetFrameRate
Gets the frame rate.
int miraacq_GetFrameRate(makernel* pma, double* pFrameRate);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
- pFrameRate: The frame rate in frames per second.
Return value:
MIRA_OK (0) or an error code.
Description:
miraacq_GetFrameRate will get the frame rate of the camera in frames per second, it requires that acquisition has been initialized using miraacq_InitializeAcquisition. Depending on the camera this will either get the frame period or get the frame rate limit. This will not return the actual frame rate the camera is currently acquiring at.