Get the height of the data returned by the sensor


int miraacq_GetFrameHeight(makernel* pma);


Input: 

  • Runtime environment pointer


Output: Image height if > 0 or an error code if < 0


After the acquisition is successfully initialized by miraacq_InitializeAcquisition this function returns the height in pixels returned by the sensor during acqusition. For snapshot cameras, this corresponds to the height of the cube returned in each acquisition step. For line-scans, this is fixed to 1 as only one spectral frame is returned in each acquisition.