diff --git a/README.md b/README.md new file mode 100644 index 0000000..22aa496 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# ISCamRecoder + +## 手外科の静脈穿刺動作解析プロジェクト用の4カメラ撮影ブログラム + +### 構成 +- Imaging Source DFK 33 カメラ4個 +- Arduino [Seeduino XIAO M0+](https://www.switch-science.com/catalog/6335/) + - フォトリフレクタ [TPR-105](https://akizukidenshi.com/catalog/g/gI-03812/) + +### 開発環境 +- Visual C# 2022 + +### 開発メモ +- LoadDeviceState() は別シリアルのカメラ設定(xml, iccf)でも読める + +### 参考資料 +- [ISサンプルプログラム](https://www.argocorp.com/software/sdk/ICImagingControl/Sample_program/dotnet_35/index.html) +- [IS iccfファイル読み込みサンプル](https://github.com/TheImagingSource/IC-Imaging-Control-Samples/blob/master/c%23/Import%20IC%20Capture%20Configuration/README.md) +- [IS ダウンロードサイト](https://www.argocorp.com/software/DL/tis/index.html) +- [フォトリフレクタの使い方](https://www.petitmonte.com/robot/howto_photo_reflector.html) +- [Arduino 日本語リファレンス](http://www.musashinodenpa.com/arduino/ref/index.php)