第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

中控智慧將3個(gè)指紋C#與ZKFingerSDK合并

中控智慧將3個(gè)指紋C#與ZKFingerSDK合并

C#
慕村225694 2023-08-13 16:02:10
我一直在開發(fā)一個(gè)小應(yīng)用程序,用于在掃描 3 次后獲取指紋。我使用了 ZKFingerSDK,當(dāng)嘗試獲取注冊(cè)指紋時(shí),它會(huì)將圖像恢復(fù)為黑色。我使用的是ZK9500設(shè)備if (RegisterCount >= REGISTER_FINGER_COUNT && !bIdentify){    RegisterCount = 0;    ret = GenerateRegisteredFingerPrint();   // <--- GENERATE FINGERPRINT TEMPLATE    if (zkfp.ZKFP_ERR_OK == ret)    {        ret = AddTemplateToMemory();        //  <--- LOAD TEMPLATE TO MEMORY        if (zkfp.ZKFP_ERR_OK == ret)         // <--- ENROLL SUCCESSFULL        {            string fingerPrintTemplate = string.Empty;            zkfp.Blob2Base64String(newRegTmp, cbCapTmp, ref fingerPrintTemplate);            newRegTmp =  zkfp.Base64String2Blob(fingerPrintTemplate);            Bitmap bmp2;            MemoryStream ms2 = new MemoryStream();                BitmapFormat.GetBitmap(newRegTmp, mfpWidth, mfpHeight, ref ms2);                bmp2 = new Bitmap(ms2);                this.pictureBox1.Image = bmp2;            Console.WriteLine("finger print" + fingerPrintTemplate);            textRes.AppendText("merged " + fingerPrintTemplate + "\n");        }    }}
查看完整描述

1 回答

?
森林海

TA貢獻(xiàn)2011條經(jīng)驗(yàn) 獲得超2個(gè)贊

我假設(shè)ret = AddTemplateToMemory();將模板加載到 newRegTmp 中。

zkfp.Blob2Base64String(newRegTmp, cbCapTmp, ref fingerPrintTemplate);從這一行我了解到您在 newRegTmp 處擁有指紋的原始數(shù)據(jù),并且您正在將 cbCapTmp 的大小提取到 FingerPrintTemplate 中。

在這種情況下,您不應(yīng)在下一行中使用 newRegTmp newRegTmp =zkfp.Base64String2Blob(fingerPrintTemplate);,這會(huì)用 Base64 字符串覆蓋實(shí)際數(shù)據(jù)。您可以使用 Base64 字符串在帶有 img 標(biāo)簽的網(wǎng)頁(yè)上顯示圖像。但要將原始數(shù)據(jù)轉(zhuǎn)換為圖像,您需要將實(shí)際數(shù)據(jù)傳遞給 GetBitMap。

如果上述建議不起作用,請(qǐng)分享AddTemplateToMemory的實(shí)現(xiàn)。


查看完整回答
反對(duì) 回復(fù) 2023-08-13
  • 1 回答
  • 0 關(guān)注
  • 262 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)