Slashdot Mirror


Camera Technique Captures New View of Space & Time

kkleiner writes "What if you could compress a video clip into a single image? That's what Jay Mark Johnson, an artist and visual effects director, has accomplished through the use of a special camera technique. He calls the images 'photographic timelines,' and his collected works offer quite a shift to conventional perception. Slices of photos are strung together in progression to make a single composite image of a sliver of space spread over an extended period of time."

3 of 75 comments (clear)

  1. Old News from 1992 or earlier by Culture20 · · Score: 4, Interesting

    http://cs.iupui.edu/~jzheng////RP/index.html
    "A route panorama captures and displays miles of scenes along a route optimized to use as little data as possible. It captures scenes with a slit in the frame of a camera moving along a certain route. This presentation details new techniques which do not require image stitching and thus simplifies the input process."

  2. does anyone else think... by roc97007 · · Score: 3, Interesting

    ...that some of the images look like an updated game of Frogger?

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  3. Re:$85000 camera? by grumbel · · Score: 4, Interesting

    Hundred? Try two:

    mplayer -vo jpeg -vf "crop=$WIDTH:$HEIGHT:$X:$Y" -ss "$STARTPOS" -endpos "$DURATION" "$VIDEOFILE"
    montage -geometry "${WIDTH}x${HEIGHT}" -tile x1 *.jpg "$OUTFILE"

    Set WIDTH to 1 and HEIGHT to the size of the video file. (Warning: will spam the current directory with a whole bunch of jpegs).