miraacq_GetRecorderType
Returns the acquisition backend name.
const char* miraacq_GetRecorderType();
Return value:
A string containing the acquisition backend name.
Description:
miraacq_GetRecorderType returns the plugin's acquisition backend name.
Example:
- const char* pTypeStr = miraacq_GetRecorderType();
- printf("Type: '%s'\n", pTypeStr);
Output:
Type: 'Ximea'