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."

2 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. 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).