cos426.jpg (39279 bytes)

Computer Graphics, Fall 99

Thomas Funkhouser


Assignment 0: On-line Enrollment

We want to make a web page with a photo of everybody taking the class, so we'll need a capture of each student. This helps us get to know you, and helps you get to know each other. Furthermore, we would like you to web-publish a photo along with your responses to the Questionnaire below.

Follow these steps to obtain and publish your photograph:

  1. Log into one of the MECA Indy workstations (E-Quad, room E423).

  2. pixel.gif (42 bytes)
  3. Run videopanel from the command line prompt.

  4. pixel.gif (42 bytes)
  5. Make sure the following are set:

  6. Def. Input: IndyCam
    Input Timing: NTSC
    Sync: Internal.
    pixel.gif (42 bytes)
  7. Run capture from the command line prompt.

  8. pixel.gif (42 bytes)
  9. Click on the Icon of a face in the bottom left corner and select Snap Image From... and choose IndyCam.

  10. pixel.gif (42 bytes)
  11. A real-time image should now appear in the window. If the image is black, make sure the sliding camera shutter is open!

  12. pixel.gif (42 bytes)
  13. If the image is dark or strangely colored, return to the videopanel window and on the Pro menu select IndyCam->Signal Controls. Try holding a white piece of paper up to the camera and hit the White Balance button. You may also play with the color sliders.

  14. pixel.gif (42 bytes)
  15. Adjust the tilt of the camera to get your face centered and twist the lens to achieve focus.

  16. pixel.gif (42 bytes)
  17. Now return to the capture window and from the Tasks menu select Show Task Settings->File Format->Gif.

  18. pixel.gif (42 bytes)
  19. Punch the record button (red circle in lower right) when you like the picture. Smile! This saves a file in your home directory with a name like capture.gif.

  20. pixel.gif (42 bytes)
  21. Place a copy of this file into your public_html directory in the directory public_html/cos426 on your CIT account (not your cs account). See the note below for details.

  22. pixel.gif (42 bytes)
  23. Test out that your picture is successfully published by sending your web browser to http://www.princeton.edu/~yourid/cos426/myface.gif. See note below if you encounter problems.
Note: If you have never set up a WWW home page before, you'll need to make sure your home directory, public_html directory, and files in public_html are world readable. You will do this in your CIT account on arizona.princeton.edu as follows:
% cd
% mkdir public_html (if you don't already have one)
% mkdir public_html/cos426
% cp capture.gif public_html/cos426/myface.gif
% chmod 755 . public_html public_html/cos426
% chmod 644 public_html/cos426/*
Copy the following questionnaire into an E-Mail message, fill it out, and E-Mail it to Robert Kalnins (your T/A). Please title the E-Mail as: COS426 Questionnaire.
 
cut below this line
Computer Science 426
Background Questionnaire
Fall 1999
  1. Who are you?
  2. Name:
    Department:
    Year (e.g., Junior, Senior, or 1st year grad):
    Degree goal (e.g., AB, BSE, or Ph.D.):
    E-mail address:
    WWW home page:

    pixel.gif (42 bytes)
  3. What CS courses have you taken?

  4. pixel.gif (42 bytes)
  5. What other related courses have you taken? Examples include math, art, etc.

  6. pixel.gif (42 bytes)
  7. Have you had any experience with computer graphics? If so, explain.

  8. pixel.gif (42 bytes)
  9. Have you had any non-coursework computer programming experience? If so, explain.

  10. pixel.gif (42 bytes)
  11. Would you rather program in C or C++?
  12. Score (1 = C, 5 = don't care, 10 = C++):

    pixel.gif (42 bytes)
  13. Would you rather program with VisualC++/WinNT or with CC/Unix?
  14. Score (1 = WinNT, 5 = don't care, 10 = Unix):

    pixel.gif (42 bytes)
  15. How sure are you that you will take this class?
  16. Score (1 = probably not, 5 = maybe, 10 = absolutely sure):
    If not "absolutely sure", which class might you take instead?

    pixel.gif (42 bytes)
  17. Anything else we should know?
 

cut above this line