Commit 2b1d9553 张东亮

扫码相机取图失败时重新加载相机

1 个父辈 b7aece47
...@@ -200,7 +200,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -200,7 +200,7 @@ namespace OnlineStore.DeviceLibrary
if (!codeList.Contains(str)) if (!codeList.Contains(str))
{ {
codeList.Add(str); codeList.Add(str);
r = r + "##halcon|" + c.CodeType + "|" + str; r = r + "##remote|" + c.CodeType + "|" + str;
if (!findRightCode) if (!findRightCode)
{ {
findRightCode = HasRightCode(str); findRightCode = HasRightCode(str);
...@@ -385,7 +385,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -385,7 +385,7 @@ namespace OnlineStore.DeviceLibrary
{ {
codeList.Add(c); codeList.Add(c);
// r = r + "##halcon|" + c.CodeType + "|" + c.CodeStr; // r = r + "##halcon|" + c.CodeType + "|" + c.CodeStr;
LogUtil.info(" 【" + cameraName + "】[halcon]" + c.CodeType + "(X: " + c.X + ",Y: " + c.Y + ") " + c.CodeStr); LogUtil.info(" 【" + cameraName + "】[remote]" + c.CodeType + "(X: " + c.X + ",Y: " + c.Y + ") " + c.CodeStr);
//if (!findRightCode) //if (!findRightCode)
//{ //{
// findRightCode = HasRightCode(c.CodeStr); // findRightCode = HasRightCode(c.CodeStr);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!