Hi, I want to write an app that captures video from a webcam. On my main form, there will be 2 video players. The first will be the original video stream. The second will be a downscaled version. In essence, I want the second player to show a pixelated version of the first. How can this be done? wha...