miraacq_InitializeAcquisition
Initializes the acquisition.
int miraacq_InitializeAcquisition(makernel* pma);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
Return value:
MIRA_OK (0) or an error code.
Description:
miraacq_InitializeAcquisition will initialize the acquisition on the opened device, afterwards it will be possible to query the frame geometry and start the acquisition. It requires that a device has been opened with miraacq_OpenDevice.