Monograph · 11 · Build & run
11
Reference · reproduce
Build & run
Chapter contract
Owns build/run for CamMatrixCapture and how to serve this monograph. Done when a Windows machine with Sapera can produce a session folder.
Requirements: Windows 10/11, Sapera LT SDK, VS 2022, .NET 8, CMake ≥ 3.16.
.\build.ps1
# or
mkdir build; cd build
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
cd ..\App
dotnet build -c Release -p:Platform=x64Output: App\bin\x64\Release\net8.0-windows10.0.19041.0\CameraMatrixCapture.exe
Operator path
- Launch exe → Connect cameras + turntable
- Setup preset 36/72
- Capture → inspect
neural_dataset/… - Offline: RealityCapture / Nerfstudio
Serve this site
cd site
python3 -m http.server 8799
# open http://127.0.0.1:8799/See DEPLOY.md and .github/workflows/pages.yml for GitHub Pages.