How to paint over the captured video?
Hi. do you know how to paint over the captured video ?I want to capture video with a webcam and paint over it.Any idea?
[140 byte] By [
Viruxa] at [2007-10-3 11:42:36]

It gets the video raw buffer data, converts that into pixel data, creates an image from those, draws on that image, then draws this image to a panel. This is one of many possible approaches, but a simple solution and relatively efficient.
A further thought, if you go to http://www.exactfutures.com/index02.htm and find simplecam.zip then there is now within that a DrawEffect.zip which draws on to the video track whilst being played. The source is included which you may find useful.