Neural Capture · Demo: open Demo tour

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.

buildpowershell
.\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=x64

Output: App\bin\x64\Release\net8.0-windows10.0.19041.0\CameraMatrixCapture.exe

Operator path

  1. Launch exe → Connect cameras + turntable
  2. Setup preset 36/72
  3. Capture → inspect neural_dataset/…
  4. Offline: RealityCapture / Nerfstudio

Serve this site

monographlocal
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.