Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem in if loop Pin
Hamid_RT11-May-06 4:51
Hamid_RT11-May-06 4:51 
GeneralRe: problem in if loop Pin
Russell'11-May-06 5:23
Russell'11-May-06 5:23 
AnswerRe: problem in if loop Pin
Cedric Moonen11-May-06 2:21
Cedric Moonen11-May-06 2:21 
AnswerRe: [Message Deleted] Pin
Cedric Moonen11-May-06 2:30
Cedric Moonen11-May-06 2:30 
GeneralRe: [Message Deleted] Pin
toxcct11-May-06 2:40
toxcct11-May-06 2:40 
GeneralRe: [Message Deleted] Pin
Bob Flynn11-May-06 3:57
Bob Flynn11-May-06 3:57 
GeneralRe: [Message Deleted] Pin
toxcct11-May-06 4:04
toxcct11-May-06 4:04 
GeneralRe: [Message Deleted] Pin
Cedric Moonen11-May-06 4:07
Cedric Moonen11-May-06 4:07 
GeneralRe: [Message Deleted] Pin
toxcct11-May-06 4:09
toxcct11-May-06 4:09 
GeneralRe: [Message Deleted] Pin
Maxwell Chen11-May-06 6:37
Maxwell Chen11-May-06 6:37 
GeneralRe: [Message Deleted] Pin
toxcct11-May-06 6:38
toxcct11-May-06 6:38 
GeneralRe: [Message Deleted] Pin
Eytukan11-May-06 6:37
Eytukan11-May-06 6:37 
GeneralRe: OT Pin
ThatsAlok11-May-06 21:53
ThatsAlok11-May-06 21:53 
GeneralRe: OT Pin
Eytukan11-May-06 22:02
Eytukan11-May-06 22:02 
GeneralRe: OT Pin
ThatsAlok11-May-06 22:29
ThatsAlok11-May-06 22:29 
GeneralRe: [Message Deleted] Pin
led mike11-May-06 8:43
led mike11-May-06 8:43 
GeneralRe: [Message Deleted] Pin
Anu_Bala11-May-06 17:51
Anu_Bala11-May-06 17:51 
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 
I have reread your previous message and perhaps I have misunderstood your problem. If you only need to perform analysis on a particular image capture, and not all the images on your webcam, then this approach would work. And if by render, you mean not by the video renderer, but by displaying as a bitmap in a static control.

You would not want to perform your analysis / manipulation in the Convert24Image function as this only runs when the image is 32-bit, and I can't really find any indication that this is always true. You might want to do it in GrabFrame() instead.

Building filter graphs is much easier when working with the ICaptureGraphBuilder2 interface.


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 

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.