Changes between Version 22 and Version 23 of WikiStart
- Timestamp:
- 08/08/09 10:39:10 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v22 v23 20 20 svn co https://svn.butterfat.net/public/blobber/trunk blobber 21 21 cd blobber 22 sh autogen.sh --enable-debug22 sh autogen.sh 23 23 make 24 24 sudo make install … … 28 28 Once it's running, there are two windows. One is what the camera sees, and the other is the projection window (it often comes up right behind the camera window, so you might have to move that to see it). Make sure that the computers projected screen can be seen by the camera. Click on the projection window and the press "f" - this will make it go fullscreen. Then press "a" - this will flash blue and attempt to align the camera and the projector. Press "f" again (to unfullscreen the projected window) - and make sure that the red lines surround the projected window. If not, press "f" and "a" again - to attempt another alignment. Once the red lines (roughly) surround the projected image, you're ready to start using the laser. You can also manually specify the location of the projection in the camera window by drawing a box with your mouse. 29 29 30 Blobber can be started with several flags from the command line: 31 {{{ 32 Usage: 33 blobber [OPTION...] 34 35 Help Options: 36 -?, --help Show help options 37 --help-all Show all help options 38 --help-gtk Show GTK+ Options 39 40 GTK+ Options 41 --class=CLASS Program class as used by the window manager 42 --name=NAME Program name as used by the window manager 43 --screen=SCREEN X screen to use 44 --sync Make X calls synchronous 45 --gtk-module=MODULES Load additional GTK+ modules 46 --g-fatal-warnings Make all warnings fatal 47 48 Application Options: 49 -v, --version Print the version info and return. 50 -d, --debug Print debugging information. 51 --display=DISPLAY X display to use 52 }}} 53 30 54 = Modules = 31 55 Some current modules included with the distribution are lasertag, greenscreen, pong, and invaders. Lasertag is loaded by default and is the most stable. 32 56 33 You can choose load modules via the "Preferences" window. Go to File->Preferences and check the box next to the modules you want to load, and uncheck the boxes next to the modules you want to unload. 57 To compile and install all modules packaged with blobber: 58 {{{ 59 svn co https://svn.butterfat.net/public/blobber/trunk blobber 60 cd blobber 61 sh autogen.sh --enable-all-modules 62 make 63 sudo make install 64 blobber 65 }}} 66 67 You can select modules to load via the "Preferences" window and "Enabled Modules" tab. Go to File->Preferences, select the Enabled Modules tab and check the box next to the modules you want to load. Next, uncheck the boxes next to the modules you want to unload, and press the OK button. 34 68 35 69 = Docs = … … 48 82 svn co https://svn.butterfat.net/public/blobber/trunk blobber 49 83 cd blobber 50 sh autogen.sh --enable-d ebug --enable-doxygen84 sh autogen.sh --enable-doxygen 51 85 make dox 52 86 firefox apidocs/html/index.html
