Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 

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.