next up previous
Next: 5.6.2 Adding a process Up: 5.6 Example Usage Previous: 5.6 Example Usage


5.6.1 Simple usage

To simply display the input from the camera on the screen.

stereocam -quiet -input camera -output screen
To capture a single, full-sized image.

stereocam -quiet -input camera -single -full

-output screen

To capture 10 frames from the camera and write them to disk.

stereocam -input camera -count 10

-output file -multi -extension jpg testoutput

To read a pair of stereo images from a pair of files.

stereocam -input file imagefile-left.sgi

imagefile-right.jpg -output screen

To read a sequence of stereo images from files.

stereocam -input file testinput-left.%03d.sgi

testinput-right.%03d.sgi -output screen



Kevin Pulo
2000-08-22