miraacq_CanReturnWavelengths
Returns whether the camera supports retrieving wavelengths.
int miraacq_CanReturnWavelengths(makernel* pma);
Parameters:
- pma: A pointer to the acquisition kernel returned by miraacq_Init.
Return value:
1 if the device supports retrieving wavelength, 0 if it does not.
Description:
miraacq_CanReturnWavelengths will return whether the camera supports retrieving wavelengths, it requires that acquisition has been initialized using miraacq_InitializeAcquisition.