Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem to open ppt file using automation. Pin
Richard MacCutchan1-Feb-14 2:12
mveRichard MacCutchan1-Feb-14 2:12 
GeneralRe: Problem to open ppt file using automation. Pin
Le@rner20-Feb-14 1:19
Le@rner20-Feb-14 1:19 
GeneralRe: Problem to open ppt file using automation. Pin
Richard MacCutchan20-Feb-14 2:29
mveRichard MacCutchan20-Feb-14 2:29 
GeneralRe: Problem to open ppt file using automation. Pin
Le@rner20-Feb-14 18:36
Le@rner20-Feb-14 18:36 
QuestionVC++ Matrix Pin
Member 171997130-Jan-14 11:38
Member 171997130-Jan-14 11:38 
QuestionRe: VC++ Matrix Pin
Richard MacCutchan31-Jan-14 0:32
mveRichard MacCutchan31-Jan-14 0:32 
QuestionGetting Frames from Webcam Pin
Don Guy29-Jan-14 14:01
Don Guy29-Jan-14 14:01 
AnswerRe: Getting Frames from Webcam Pin
SoMad29-Jan-14 15:16
professionalSoMad29-Jan-14 15:16 
It looks like you have gone down the Video For Windows route. You might want to consider stepping up to DirectShow instead. They are both old technologies, but VFW is just too old and annoying to deal with (we were using it on Windows 98).

Whether you will be able to achieve 6 FPS really depends on several factors, primarily if your camera supports that frame rate at your desired resolution.
You should be able to acquire the images as JPEGs or another bitmap format (RGB or YUV), but which formats are available depends completely on your camera.

Take a look at this totally awesome CP article: Realtime Webcam Sudoku Solver[^]
As I recall, it uses Video For Windows, so it should be easy for you to jump into the code and see how to access the image data.

For a DirectShow sample, check out this CP article: Video Preview and Frames Capture to Memory with SampleGrabber in Buffered Mode.[^]
And also browse through his other articles[^], it will not be a waste of your time.

Here are a couple more DirectShow related CP articles:
Simultaneous Previewing & Video Capture using DirectShow[^]
DirectX Video Stream and frame capture[^]


Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

QuestionVc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
hello dearbaby28-Jan-14 2:05
hello dearbaby28-Jan-14 2:05 
AnswerRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
Jochen Arndt28-Jan-14 2:57
professionalJochen Arndt28-Jan-14 2:57 
GeneralRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
hello dearbaby28-Jan-14 10:01
hello dearbaby28-Jan-14 10:01 
GeneralRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
Jochen Arndt28-Jan-14 20:52
professionalJochen Arndt28-Jan-14 20:52 
QuestionUnresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 18:13
Django_Untaken27-Jan-14 18:13 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 21:16
professionalJochen Arndt27-Jan-14 21:16 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 22:45
Django_Untaken27-Jan-14 22:45 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 22:53
professionalJochen Arndt27-Jan-14 22:53 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 23:02
Django_Untaken27-Jan-14 23:02 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 23:33
professionalJochen Arndt27-Jan-14 23:33 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 23:41
Django_Untaken27-Jan-14 23:41 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt28-Jan-14 0:15
professionalJochen Arndt28-Jan-14 0:15 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Vaclav_3-Feb-14 4:38
Vaclav_3-Feb-14 4:38 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt3-Feb-14 4:59
professionalJochen Arndt3-Feb-14 4:59 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Albert Holguin29-Jan-14 18:09
professionalAlbert Holguin29-Jan-14 18:09 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Richard Andrew x6428-Jan-14 5:40
professionalRichard Andrew x6428-Jan-14 5:40 
SuggestionRe: Unresolved External Symbols ---- Using .Lib Pin
bling28-Jan-14 12:51
bling28-Jan-14 12:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.