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

C / C++ / MFC

 
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 
The AVI Decompressor filter can actually perform YUV to RGB conversions. My suggestion is to step through the code and see what is actually failing.

Conversion from I420 to RGB24 is actually quite straightforward. You first convert to 4:4:4 YUV and then convert that into RGB24.
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 
GeneralRe: Dialog.DoModal and Dialog.Show Pin
Scorpio11-May-06 0:51
Scorpio11-May-06 0:51 
QuestionRe: Dialog.DoModal and Dialog.Show Pin
Maxwell Chen11-May-06 0:52
Maxwell Chen11-May-06 0:52 
AnswerRe: Dialog.DoModal and Dialog.Show Pin
toxcct11-May-06 0:56
toxcct11-May-06 0:56 
QuestionUsing libavcodec.dll in VC++ Pin
RahulOP11-May-06 0:28
RahulOP11-May-06 0:28 

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.