Build C# Samples using Visual Studio
Introduction
이 튜토리얼은 Windows에서 Visual Studio를 사용하여 Zivid C++ API를 참조하여 C# 샘플 프로젝트를 빌드하는 방법을 보여줍니다.
Requirements
Optional requirements
Some of the samples depend on external libraries, in particular:
Instructions
단계별 지침은 아래 스크린샷과 함께 제공됩니다.
Clone C# samples
GitHub에서 Zivid C# Samples 리포지토리를 복제하려면 키보드의 Win + R 키를 눌러 명령 프롬프트를 시작한 다음 cmd
입력하고 Enter 를 누르세요.
리포지토리를 복제할 위치로 이동합니다(Git 설치해야 함):
cd C:\Users\Public\Downloads
그런 다음 다음 명령을 실행합니다.
git clone https://github.com/zivid/zivid-csharp-samples
Install extra dependencies
실행하려는 샘플 프로그램을 기반으로 필수 dependencies를 설치합니다. 아래 표를 참조하십시오.
Sample program |
MathNet.Numerics |
System.ValueTuple |
UtilizeHandEyeCalibration |
Yes |
No |
PoseConversions |
Yes |
No |
ROIBoxViaCheckerboard |
Yes |
No |
ROIBoxViaArucoMarker |
Yes |
No |
AutomaticNetworkConfigurationForCameras |
No |
Yes |
MathNet.Numerics and System.ValueTuple libraries can be installed using the NuGet package manager within Visual Studio. If you have allowed NuGet to download missing packages, these packages will be installed automatically.
또는 Package Manager Console에 다음을 입력하여 command-line 인터페이스를 사용하여 설치할 수 있습니다.
MathNet.Numerics:
Install-Package MathNet.Numerics
System.ValueTuple:
Install-Package System.ValueTuple
Build the solution
Visual Studio에서 ZividNETSamples.sln을 엽니다.
빌드 구성 Debug 에서 Release 로 변경합니다.
Ctrl + Shift + B 를 눌러 솔루션을 빌드합니다.
Run the sample program
파일 탐색기에서 Release 폴더로 이동합니다.
샘플 프로그램을 실행하십시오. 예: CaptureVis3D.exe