Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

capture frame and do the manipulation

Status
Not open for further replies.

codex77

Programmer
Jul 30, 2004
1
0
0
BA
I am doing realtime video manipulation software... so far, I am capturing frame from a camera, saving it to a disk and then retriveing it, converting to array of integers, and then do the manipulation.
Here I get about 2fps which is not acceptable.
Is there way to grab a frame and point where the image is the RAM and change pixels there?

in VC++ or VB6

thanks
 
You could use DirectShow, and write your own transform or renderer filter. On the other hand, since DirectShow is fairly complicated and has a steep learning curve, this might be too much to ask. A better way might be to find a similar project someone else has done, study it, and modify it for your own use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top