Exemplo n.º 1
0
    public int GetSensorScalerInfo(ref SENSORSCALERINFO pSensorScalerInfo, int nSensorScalerInfoSize)
    {
      if (m_hCam == 0)
        return IS_INVALID_CAMERA_HANDLE;

      return is_GetSensorScalerInfo(m_hCam, ref pSensorScalerInfo, nSensorScalerInfoSize);
    }
Exemplo n.º 2
0
 [DllImport(DRIVER_DLL_NAME, EntryPoint = "is_GetSensorScalerInfo")] // is_GetSensorScalerInfo
 private static extern int is_GetSensorScalerInfo(int hCam, ref SENSORSCALERINFO pSensorScalerInfo,
                                                  int nSensorScalerInfoSize);