Changes between Version 22 and Version 23 of WikiStart

Show
Ignore:
Timestamp:
08/08/09 10:39:10 (13 months ago)
Author:
jayscribbs@… (IP: 216.236.169.44)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    2020svn co https://svn.butterfat.net/public/blobber/trunk blobber 
    2121cd blobber 
    22 sh autogen.sh --enable-debug 
     22sh autogen.sh 
    2323make 
    2424sudo make install 
     
    2828Once 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. 
    2929 
     30Blobber can be started with several flags from the command line: 
     31{{{ 
     32Usage: 
     33  blobber [OPTION...]  
     34 
     35Help Options: 
     36  -?, --help               Show help options 
     37  --help-all               Show all help options 
     38  --help-gtk               Show GTK+ Options 
     39 
     40GTK+ 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 
     48Application 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 
    3054= Modules = 
    3155Some current modules included with the distribution are lasertag, greenscreen, pong, and invaders.  Lasertag is loaded by default and is the most stable. 
    3256 
    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. 
     57To compile and install all modules packaged with blobber: 
     58{{{ 
     59svn co https://svn.butterfat.net/public/blobber/trunk blobber 
     60cd blobber 
     61sh autogen.sh --enable-all-modules 
     62make 
     63sudo make install 
     64blobber 
     65}}} 
     66 
     67You 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. 
    3468 
    3569= Docs = 
     
    4882svn co https://svn.butterfat.net/public/blobber/trunk blobber 
    4983cd blobber 
    50 sh autogen.sh --enable-debug --enable-doxygen 
     84sh autogen.sh --enable-doxygen 
    5185make dox 
    5286firefox apidocs/html/index.html