Difference between revisions of "Asus Xtion PRO"
From VeRLab Wiki
Joaoferreira (talk | contribs) (Created page with "== Informações do https://www.asus.com/3D-Sensor/Xtion_PRO/") |
Joaoferreira (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == Informações do | + | == Informações do fabricante == |
| + | |||
https://www.asus.com/3D-Sensor/Xtion_PRO/ | https://www.asus.com/3D-Sensor/Xtion_PRO/ | ||
| + | |||
| + | == Utilizar == | ||
| + | |||
| + | * Teste realizados no Ubuntu 16.04, porta usb 2.0 | ||
| + | *Instal OpenNI2 and test | ||
| + | git clone https://github.com/occipital/OpenNI2 | ||
| + | sudo apt install g++ python libusb-1.0-0-dev libudev-dev openjdk-8-jdk freeglut3-dev doxygen graphviz | ||
| + | cd OpenNI2 && make | ||
| + | cd Bin/x64-Release | ||
| + | ./NiViewer | ||
Latest revision as of 18:51, 12 December 2018
Informações do fabricante
https://www.asus.com/3D-Sensor/Xtion_PRO/
Utilizar
- Teste realizados no Ubuntu 16.04, porta usb 2.0
- Instal OpenNI2 and test
git clone https://github.com/occipital/OpenNI2 sudo apt install g++ python libusb-1.0-0-dev libudev-dev openjdk-8-jdk freeglut3-dev doxygen graphviz cd OpenNI2 && make cd Bin/x64-Release ./NiViewer