From 5b1b2cda424e802e0032734bed8f9b00aac961d9 Mon Sep 17 00:00:00 2001 From: JEFF Date: Mon, 20 Jan 2025 21:02:04 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b6eba9f..2792cb5 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,17 @@ flowchart TD 是否中斷連線 -->|是| 相機中斷連線 是否中斷連線 -->|否| 相機工作模式 相機中斷連線 --> 結束 - + + style 判斷相機類型 font-family: "標楷體" + style 是否輸入IDS相機序號 font-family: "標楷體" + style 相機連線 font-family: "標楷體" + style 單張擷取 font-family: "標楷體" + style 連續取像 font-family: "標楷體" + style 停止連續取像 font-family: "標楷體" + style 相機工作模式 font-family: "標楷體" + style 是否中斷連線 font-family: "標楷體" + style 相機中斷連線 font-family: "標楷體" + style 開始 font-family: "標楷體" + style 結束 font-family: "標楷體" classDef default fill:transparent,stroke:#000,stroke-width:2px; ```