# realsense-3d-scanner 3D Scanning Software for intel realsense Depth cameras ## How to start First run cmake to create a Makefile ```bash cmake . ``` Then run make to build the project ```bash make ``` Execute the built file ```bash ./3d-scanner ```