cd ~ wget http://idav.ucdavis.edu/~okreylos/ResDev/Vrui/Build-Ubuntu.sh bash Build-Ubuntu.sh
cd ~/src wget http://idav.ucdavis.edu/~okreylos/ResDev/Kinect/Kinect-3.2.tar.gz tar xfz Kinect-3.2.tar.gz cd Kinect-3.2 make sudo make install sudo make installudevrules ls /usr/local/bin
cd ~/src wget http://idav.ucdavis.edu/~okreylos/ResDev/SARndbox/SARndbox-2.3.tar.gz tar xfz SARndbox-2.3.tar.gz cd SARndbox-2.3 make ls ./bin
sudo /usr/local/bin/KinectUtil getCalib 0
cd ~/src/SARndbox-2.3 RawKinectViewer -compress 0
cd ~/src/SARndbox-2.3 pluma etc/SARndbox-2.3/BoxLayout.txt &
【巧みの技: 】テキストを異なるウィンドウ間ですばやくコピペする方法
- : Highlight text in source window with the mouse.
- : Move mouse to destination window and to the location where you want to paste the text, and click the middle mouse button.
In the newly-released Kinect-3.2 package, this can be done inside RawKinectViewer as well by following the instructions in this video, starting at 4:10. Make sure to measure the box corners in the order lower-left, lower-right, upper-left, upper-right. After you have copied the box corner positions into the text editor as described in the video, save the file (via the “File” menu or by pressing Ctrl-s), and quit from the text editor (via the “File” menu or by pressing Ctrl-q).
XBackground
cd ~/src/SARndbox-2.3 ./bin/CalibrateProjector -s <width> <height>
where <width> <height> are the width and height of your projector’s image in pixels. For example, for an XGA projector like the recommended BenQ, the command would be:
./bin/CalibrateProjector -s 1024 768
Very important: switch CalibrateProjector’s window to full-screen mode by pressing F11 before proceeding. Then follow the instructions in this video, starting at 10:10.
cd ~/src/SARndbox-2.3 ./bin/SARndbox -uhm -fpv
Switch SARndbox’s window to full-screen mode by pressing F11, or the calibration created in the previous step will not line up.
Read the “AR Sandbox post-installation setup” post for some additional automation and fine-tuning suggestions.