|
Scalable
Display Wall






| |
How
to show images and/or play audio on the display wall
- the following image and sound files can be
used:
- image files
- JPEG format
- dimensions: roughly 3850 (width) by
1470 (height)
- "baseline (standard)" -
Photoshop save option
- for more detailed information on
image files, read the Display
Wall Toolkit
- sound files
- Goldwave .wav files
- sound files must be converted to
".wav" format before use, the procedure is explained below
- for more detailed information on
sound files, read the Sound
Server FAQ
- place the file or files on the display wall
server from a remote location
- Send files to your course Blackboard account
Digital Drop Box and then later open IE on the CS DWall console machine,
open your Blackboard account to Digital Drop Box and right click on images.
Use the "Save Target As.." command and locate your folder on the
Console machine to save to document.
-
- Or
- you must have a CS account (an account
can be obtained by emailing a request to csstaff@cs.princeton.edu)
- use a SSH program to ftp to
gimel.princeton.edu
- go to the directory: /wallfs/DisplayWall/
- you will need a password in order to
upload files to this directory.
the uploaded files can be used in the following two
ways:
- an individual file can be shown or played
by issuing a command in the terminal window
- a group of files can be shown and/or
played in a defined sequence by creating a script file
Method 1 (individual files, single commands)
- for images
- at the main display wall computer, find
the DOS prompt, or command line terminal window
- your image should be in JPEG format
(described above)
- go to the \DisplayWall\bin directory
- now enter the following commands
(pressing return after each, items in <> are variables that you
must assign values to):
- qv
- stv
- showimg <filename with directory
location> 0 <x> <y> 0
- (enter the file name and the x
and y coordinates of the image)
- (the x and y coordinates will
almost always be 0 0, making the final segment of the string 0 0
0 0)
- (values other than 00 for x and y
will shift the image on the screen in the given direction)
- the file should display
- for sounds
- Use Goldwave program or
- at the main display wall computer, find
the DOS prompt, or command line terminal window
- your sound file should be in .au format
(described above)
- go to the \DisplayWall\bin directory
- now enter the following commands
(pressing return after each, items in <> are variables that you
must assign values to):
- snd2nds <filename>
<filename>.wav
- (this converts the file to the
.wav format)
- playsound <filename>.wav
<volume> <duration>
- (volume is a value between
0.0 and 2.0, with 1.0 being the default, and 0.0 being silence)
- (duration is a value in
milliseconds and tells the program how much of the sound to
play, putting no value for the duration plays the entire sound
by default)
- the sound should play
Method 2 (group of files, writing a script)
- decide which files you will be using in the
script, upload these files to your directory, as described above
- download the sample script template file:
- click on the link below (script.mms)
- go to the File menu and choose Save As...
- save the file as text
- the link: script.mms
- edit the sample script
- open the script file in a text editor
- read the comments and make adjustments
accordingly
- save the script file when done
- upload the script file to the displaywall
server, most scripts are kept in the \DisplayWall\bin directory
- at the main display wall computer, find the
DOS prompt, or command line terminal window
- go to the \DisplayWall\bin directory
- if you will be using sound files in the
au format enter the following command for each sound file:
- snd2nds <filename>
<filename>.wav
- (this converts the file to the
.wav format)
- at the command line enter the following
commands:
- qv
- stv
- mmshell -s <script name>.mms
- the script should play
|