What is the "correct" way to grab a frame from a video or a camera stream and do some pixel analysis in memory WITHOUT displaying it? All of the examples I have come across blit it to the screen before working with the pixels. Can I directly access the pixels of a Movie or Capture object?