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

C / C++ / MFC

 
QuestionRAS API Pin
subramanyeswari11-May-06 2:04
subramanyeswari11-May-06 2:04 
AnswerRe: RAS API Pin
led mike11-May-06 6:28
led mike11-May-06 6:28 
QuestionWebcam Image Manipulation Pin
Lessthannovice11-May-06 2:00
Lessthannovice11-May-06 2:00 
AnswerRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 4:51
Justin Tay11-May-06 4:51 
QuestionRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 5:34
Lessthannovice11-May-06 5:34 
AnswerRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 6:02
Justin Tay11-May-06 6:02 
QuestionRe: Webcam Image Manipulation Pin
Lessthannovice11-May-06 6:45
Lessthannovice11-May-06 6:45 
AnswerRe: Webcam Image Manipulation Pin
Justin Tay11-May-06 7:15
Justin Tay11-May-06 7:15 
Of course having the analysis in a separate function is better.

I'm not sure what you mean by save an array of an image. The RGB24 image data is saved in m_pFrame after a call to GrabFrame().

Am I understanding correctly that what you want is for the user to click the capture button, capture the image, and click another button to analyse this image? I'm asking because you won't be able to monitor all frames using this method.

His current image capture only saves the RGB24 image data without the header. If you want to save a bitmap you would need to write the BITMAPFILEHEADER and the BITMAPINFOHEADER before you write the image data.
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 
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 

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.