miraacq_DeviceIsSnapshot
Returns whether the opened device is a snapshot camera.
int miraacq_DeviceIsSnapshot(makernel* pma);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
Return value:
0 if the device is a line-scan camera, 1 if the device is a snapshot camera.
Description:
miraacq_DeviceIsSnapshot will return whether the opened device is a snapshot camera or not, it requires that a device has been opened with miraacq_OpenDevice.