Exemplo n.º 1
0
    public int GetImageInfo(int nImageBufferID, ref UC480IMAGEINFO pImageInfo, int nImageInfoSize)
    {
      if (m_hCam == 0)
        return IS_INVALID_CAMERA_HANDLE;

      return is_GetImageInfo(m_hCam, nImageBufferID, ref pImageInfo, nImageInfoSize);
    }
Exemplo n.º 2
0
 [DllImport(DRIVER_DLL_NAME, EntryPoint = "is_GetImageInfo")] // is_GetImageInfo
 private static extern int is_GetImageInfo(int hCam, int nImageBufferID, ref UC480IMAGEINFO pImageInfo,
                                           int nImageInfoSize);