FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
I'd suggest that the Readme.md file contains a "cd" at the start of each block of instructions or the naive user may end up at the bottom of a deep directory tree!
Also, as followed, the user will end up with:
./freelss: error while loading shared libraries: libraspicam.so.0.1: cannot open shared object file: No such file or directory
I think the user needs to type "sudo ldconfig" after installing the camera libraries.
I'd suggest that the Readme.md file contains a "cd" at the start of each block of instructions or the naive user may end up at the bottom of a deep directory tree!
Also, as followed, the user will end up with:
./freelss: error while loading shared libraries: libraspicam.so.0.1: cannot open shared object file: No such file or directory
I think the user needs to type "sudo ldconfig" after installing the camera libraries.