关于指纹仪的问题(100)

  • 主题发起人 主题发起人 hanyingce
  • 开始时间 开始时间
H

hanyingce

Unregistered / Unconfirmed
GUEST, unregistred user!
var p_img:pointer; TMinutiae = array [0..399] of byte; m_MinData1 : TMinutiae; m_MinData2 : TMinutiae; begin p_img := AllocMem(m_DeviceInfo.ImageWidth * m_DeviceInfo.ImageHeight); err := g_Fpm.GetLiveImageEx(p_img, 5000, Panel_FP.Handle, 50); if err = ERROR_NONE then begin // extract minutiae data from the captured image g_Fpm.GetMinutiae(p_img, @m_MinData1); Button_Regist.Caption := '2nd Registration'; Panel_Status.Caption := '1st regist success.'; end怎么读出m_MinData1的数据
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
584
import
I
后退
顶部