hawkeye camera support(not tested)
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Hawkeye.VisionBuilder.Features.ImageStatistics
|
||||
_goodNode.Nodes.Add(new TreeNode(nodeText) { Tag = filePath });
|
||||
_allFiles.Add(filePath);
|
||||
UpdateBranchText(_goodNode, "Good");
|
||||
treeView.ExpandAll();
|
||||
//treeView.ExpandAll();
|
||||
}
|
||||
|
||||
public void AddBadImage(string filePath, string[]? defects = null)
|
||||
@@ -66,7 +66,7 @@ namespace Hawkeye.VisionBuilder.Features.ImageStatistics
|
||||
_badNode.Nodes.Add(new TreeNode(nodeText) { Tag = filePath });
|
||||
_allFiles.Add(filePath);
|
||||
UpdateBranchText(_badNode, "Bad");
|
||||
treeView.ExpandAll();
|
||||
//treeView.ExpandAll();
|
||||
}
|
||||
|
||||
private void UpdateBranchText(TreeNode node, string name)
|
||||
|
||||
Reference in New Issue
Block a user