miraacq_SetFrameRate
Sets the frame rate.
int miraacq_SetFrameRate(makernel* pma, double frameRate);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
- frameRate: The frame rate in frames per second.
Return value:
MIRA_OK (0) or an error code.
Description:
miraacq_SetFrameRate will set 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 set the frame period or set the frame rate limit.