Click here to Skip to main content
15,895,807 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to capture image using mci,but when I get the image I need it in highest quality available.I found this article:

http://msdn.microsoft.com/en-us/library/windows/desktop/dd756941(v=vs.85).aspx[^]

,but I don't know hot to use it.I know how to capture image from the screen,and it's not a problem for me to do,but I want image in the best quality.

Please Help
Posted

Take a look at this codeproject article - Real-time video image processing / frame grabber using a minimalistic approach

this may help you out.
 
Share this answer
 
v2
Comments
mmm3743 8-Apr-12 11:46am    
I saw the article,It's a good article,but I want to extract the frame without double opening the same video file since that would slow weak computers too much.I know how to extract the frame using ffmpeg,but then I would also double open file,so I want to extract it using mci
did you try configure command ? http://msdn.microsoft.com/en-us/library/windows/desktop/dd797799(v=vs.85).aspx[^]

i just found it there.. not sure whether it will solve the problem.
 
Share this answer
 
Comments
mmm3743 10-Apr-12 16:13pm    
It didn't solve the problem,thanks for trying

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900