Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 7:35
Lessthannovice11-May-06 7:35 
AnswerRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 8:05
Justin Tay11-May-06 8:05 
GeneralRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 9:44
Lessthannovice11-May-06 9:44 
GeneralRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 11:02
Justin Tay11-May-06 11:02 
GeneralRe: Webcam Image Manipulation Pin
surfman1911-May-06 13:12
surfman1911-May-06 13:12 
GeneralRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 20:53
Lessthannovice11-May-06 20:53 
GeneralRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 20:52
Lessthannovice11-May-06 20:52 
GeneralRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 21:44
Justin Tay11-May-06 21:44 
If your webcam captures at a decent framerate, you won't get all the frames as the code is getting the frames by polling at 10 millisecond intervals. This approach isn't suitable anyway if the intent was to get all the frames.

You can just use the file dialog box provided by Windows, look at CFileDialog with bOpenFileDialog = FALSE.

http://www.functionx.com/visualc/controls/filedialog.htm[^]

If you would like to save the RGB24 image data without headers, I don't see much of a problem as the code is already there. If you would like to save it as a bitmap that other applications can read, then you would have to write the appropriate bitmap headers before writing your image data.
GeneralRe: Webcam Image Manipulation Pin
Lessthannovice12-May-06 6:12
Lessthannovice12-May-06 6:12 
GeneralRe: Webcam Image Manipulation Pin
Justin Tay12-May-06 14:53
Justin Tay12-May-06 14:53 
QuestionRe: Webcam Image Manipulation Pin
Lessthannovice13-May-06 0:44
Lessthannovice13-May-06 0:44 
AnswerRe: Webcam Image Manipulation Pin
Justin Tay13-May-06 16:47
Justin Tay13-May-06 16:47 
QuestionHow to draw animated GIF using GDI+? Pin
YaronNir11-May-06 1:44
YaronNir11-May-06 1:44 
AnswerRe: How to draw animated GIF using GDI+? Pin
Justin Tay11-May-06 4:11
Justin Tay11-May-06 4:11 
GeneralRe: How to draw animated GIF using GDI+? Pin
YaronNir11-May-06 4:13
YaronNir11-May-06 4:13 
Questionhow can I create a copy of the pst file when it is open. Pin
Sandeep. Vaidya11-May-06 1:26
Sandeep. Vaidya11-May-06 1:26 
QuestionRe: how can I create a copy of the pst file when it is open. Pin
David Crow11-May-06 3:05
David Crow11-May-06 3:05 
AnswerRe: how can I create a copy of the pst file when it is open. Pin
Sandeep. Vaidya16-May-06 23:18
Sandeep. Vaidya16-May-06 23:18 
QuestionRe: how can I create a copy of the pst file when it is open. Pin
David Crow17-May-06 2:40
David Crow17-May-06 2:40 
AnswerRe: how can I create a copy of the pst file when it is open. Pin
Sandeep. Vaidya18-May-06 20:04
Sandeep. Vaidya18-May-06 20:04 
QuestionDialog.DoModal and Dialog.Show Pin
Scorpio11-May-06 0:37
Scorpio11-May-06 0:37 
AnswerRe: Dialog.DoModal and Dialog.Show Pin
toxcct11-May-06 0:40
toxcct11-May-06 0:40 
GeneralRe: Dialog.DoModal and Dialog.Show Pin
Nishad S11-May-06 0:47
Nishad S11-May-06 0:47 
GeneralRe: Dialog.DoModal and Dialog.Show Pin
toxcct11-May-06 0:49
toxcct11-May-06 0:49 
AnswerRe: Dialog.DoModal and Dialog.Show Pin
Maxwell Chen11-May-06 0:51
Maxwell Chen11-May-06 0: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.