I'm not looking for any code here!
My question is reasonably simple: could an average home computer feasibly run a 30 fps 1024x768 image processing alg using vb.net.
Some more details; 1. I'm not expecting a hard yes. I'm hoping that no one can give me a hard NO (eg. it's not possibly because of the memory required to... lockbits need at least 0.5s to... etc.) 2. I'm asking so I don't spend the next 3 or so weeks trying to make this if the idea is fundamentally flawed. 3. The resolution and FPS requirements are for example purposes only, half or double the fps or resolution shouldn't effect the answer (as far as I can tell). 4. Any method of image processing is acceptable. The actual images won't be edited, but I will need to read in the RGB values (for use in a separate parallel algorithm).
Note to editors: I'm hoping this questions doesn't get a perfect answer since that means it is possible. However if there is a hard reason why it's not possible then this question isn't based on opinion. Just wanted to make that clear before the vote to close gets started! :D