This commit is contained in:
2025-10-13 16:34:23 +08:00
parent 62e68ebcbb
commit 27c1691ff9
19 changed files with 184 additions and 101 deletions

View File

@@ -131,8 +131,8 @@ namespace DogAndArmControl
}
// 处理合并后的图像数据并分割显示
//await Task.Run(() => ProcessMergedImageData(dogVideoBox, armVideoBox));
await Task.Run(() => ProcessImageData(armVideoBox));
await Task.Run(() => ProcessMergedImageData(dogVideoBox, armVideoBox));
//await Task.Run(() => ProcessImageData(armVideoBox));
}
catch (Exception ex)
{