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; ```