From 98c0775fe3b61a37d90dd5756287f385a311adf0 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 15 四月 2026 20:09:49 +0800
Subject: [PATCH] 验证3D相机亮度图无法获取

---
 LB_SmartVision/bin/Debug/net8.0-windows/所有产品/Product0/3D工位/脚本.json |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git "a/LB_SmartVision/bin/Debug/net8.0-windows/\346\211\200\346\234\211\344\272\247\345\223\201/Product0/3D\345\267\245\344\275\215/\350\204\232\346\234\254.json" "b/LB_SmartVision/bin/Debug/net8.0-windows/\346\211\200\346\234\211\344\272\247\345\223\201/Product0/3D\345\267\245\344\275\215/\350\204\232\346\234\254.json"
new file mode 100644
index 0000000..5aaf69e
--- /dev/null
+++ "b/LB_SmartVision/bin/Debug/net8.0-windows/\346\211\200\346\234\211\344\272\247\345\223\201/Product0/3D\345\267\245\344\275\215/\350\204\232\346\234\254.json"
@@ -0,0 +1,38 @@
+锘縶
+  "inputs": [
+    {
+      "name": "Scrip",
+      "index": 0,
+      "value": "/*\r\nTime: 2026/4/13 16:49:14\r\nUser: ktb\r\nLogs: \r\n*/\r\npublic partial class UserScript\r\n{\r\n    bool ScripCode(ref Dictionary<string, object> inputs, ref Dictionary<string, object> outputs, ref string msg)\r\n    {\r\n        Init(ref inputs, ref outputs);\r\n        // TODO: Add Script Here!\r\n        // public object GetInputs(string key);\r\n        // public object GetGlobalVars(string key);\r\n        // public void AddOutputs(string key, object value);\r\n        // public void AddGlobalVars(string key, object value);\r\n        \r\n        return true;\r\n    }\r\n}"
+    },
+    {
+      "name": "OtherDllPaths",
+      "index": 1,
+      "value": []
+    }
+  ],
+  "outputs": [
+    {
+      "name": "Branch0",
+      "index": 0,
+      "value": true
+    },
+    {
+      "name": "Branch1",
+      "index": 1,
+      "value": false
+    }
+  ],
+  "fixture": {
+    "x": 0.0,
+    "y": 0.0,
+    "phi": 0.0,
+    "strName": "",
+    "column": 0.0,
+    "row": 0.0,
+    "angle": 0.0
+  },
+  "roi": {
+    "Type": "ROI"
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.3