25 lines
440 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.

# EpicEye SDK for cpp
本SDK没有外部依赖项可直接编译运行
## build
```
mkdir build && cd build
cmake .. && make
```
## run
编译出来的库和samples二进制文件会存储在output文件夹中
```
output/
├── bin
│ ├── CameraConfig
│ ├── CameraInfo
│ ├── CameraParameters
│ ├── EpicEyeCapture
│ └── SearchCamera
└── lib
└── libEpicEyeSDK.a
```