Camera_connect/readme.md
2025-01-19 22:39:21 +08:00

29 lines
850 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Basler 與 IDS 相機連線專案
本專案使用 C# 開發,實現了對 Basler 與 IDS 相機的連線控制,並提供影像處理的基礎功能。此專案適合工業自動化與影像檢測應用。
---
## 功能特點
- **相機支援**:同時支持 Basler 與 IDS 相機。
- **影像捕捉**:即時捕捉並處理影像。
- **高效連線**:優化相機驅動連接速度。
---
## 環境需求
1. **開發環境**
- Visual Studio 2022
- .NET Framework 8.0
2. **相機驅動與 SDK**
- 安裝 [Basler Pylon SDK(7.2.1)](https://www.baslerweb.com/zh-tw/downloads/software/1246639908/?downloadCategory.values.label.data=pylon/)
- 安裝 [IDS uEye SDK(2.14.0)](https://en.ids-imaging.com/download-peak.html)
---
# 程式流程圖
以下為程式主要流程圖:
![程式流程圖](Image/test.drawio.png)