Click here to Skip to main content
15,913,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: capturing frame and manipulate image Pin
normanS1-Aug-04 20:26
normanS1-Aug-04 20:26 
GeneralRe: capturing frame and manipulate image Pin
milos++2-Aug-04 3:58
milos++2-Aug-04 3:58 
GeneralNo idea Pin
normanS2-Aug-04 19:26
normanS2-Aug-04 19:26 
GeneralRe: No idea Pin
milos++2-Aug-04 23:43
milos++2-Aug-04 23:43 
GeneralPrint Preview appears microscopic Pin
JHAKAS30-Jul-04 2:28
JHAKAS30-Jul-04 2:28 
GeneralDialog Box Controls Pin
ciitpk30-Jul-04 2:25
ciitpk30-Jul-04 2:25 
GeneralRe: Dialog Box Controls Pin
Michael P Butler30-Jul-04 2:29
Michael P Butler30-Jul-04 2:29 
GeneralRe: DirectShow and Graphics Overlay Pin
Antti Keskinen30-Jul-04 2:10
Antti Keskinen30-Jul-04 2:10 
The VMR-based sample code is completely valid.

The VMR-7 Filter is only supported in Windows XP, however, the VMR-9 (Video Mixing Renderer Filter 9) is available in all platforms supported by DirectX 9. So, go ahead and use the VMR-based sample code in the documentation. Just refer to the VMR-9 reference for correct interfaces/function calls.

Because VMR-9 is not the default renderer, you must manually add it to the end of the filter chain by using IFilterGraph::AddFilter method. This means that you cannot use any pre-configured rendering functions, but must build and connect the entire filter graph yourself. This is a tad more difficult, but have no fear, the DirectX C++ documentation has examples to building complex filter graphs, too.

For a quick link, here's a topic you should search for in the DirectX C++ documentation "Building a VMR-9 Filter Graph". It can be found from "DirectShow -> Using DirectShow -> Using the Video Mixing Renderer -> Building a VMR-9 Filter Graph".

-Antti Keskinen



----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: DirectShow and Graphics Overlay Pin
p_smith30-Jul-04 3:33
p_smith30-Jul-04 3:33 
GeneralRe: DirectShow and Graphics Overlay Pin
Antti Keskinen30-Jul-04 10:52
Antti Keskinen30-Jul-04 10:52 
GeneralRe: DirectShow and Graphics Overlay Pin
Antti Keskinen30-Jul-04 11:45
Antti Keskinen30-Jul-04 11:45 
GeneralDirectShow and Graphics Overlay Pin
p_smith30-Jul-04 1:27
p_smith30-Jul-04 1:27 
GeneralWindows Calculator on 2003 Pin
harropj29-Jul-04 23:57
harropj29-Jul-04 23:57 
GeneralRe: Windows Calculator on 2003 Pin
Antti Keskinen30-Jul-04 2:22
Antti Keskinen30-Jul-04 2:22 
Generalwhen the system shuts down...... Pin
Anonymous29-Jul-04 22:53
Anonymous29-Jul-04 22:53 
GeneralRe: when the system shuts down...... Pin
Michael P Butler29-Jul-04 23:11
Michael P Butler29-Jul-04 23:11 
GeneralRe: when the system shuts down...... Pin
Anonymous29-Jul-04 23:41
Anonymous29-Jul-04 23:41 
GeneralRe: when the system shuts down...... Pin
Michael P Butler30-Jul-04 0:01
Michael P Butler30-Jul-04 0:01 
GeneralRe: when the system shuts down...... Pin
Antony M Kancidrowski30-Jul-04 0:23
Antony M Kancidrowski30-Jul-04 0:23 
GeneralRe: when the system shuts down......[modified] Pin
Antony M Kancidrowski30-Jul-04 0:04
Antony M Kancidrowski30-Jul-04 0:04 
GeneralRe: when the system shuts down......[modified] Pin
Michael P Butler30-Jul-04 0:35
Michael P Butler30-Jul-04 0:35 
GeneralRe: when the system shuts down......[modified] Pin
Antony M Kancidrowski30-Jul-04 1:08
Antony M Kancidrowski30-Jul-04 1:08 
GeneralRe: when the system shuts down......[modified] Pin
Michael P Butler30-Jul-04 1:11
Michael P Butler30-Jul-04 1:11 
GeneralRe: when the system shuts down......[modified] Pin
Anonymous30-Jul-04 1:21
Anonymous30-Jul-04 1:21 
GeneralRe: when the system shuts down......[modified] Pin
Anonymous30-Jul-04 0:42
Anonymous30-Jul-04 0:42 

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.