Click here to Skip to main content
15,899,679 members
Home / Discussions / Graphics
   

Graphics

 
QuestionDrawing to a checkBox (button mode) using Graphics Pin
The Only Nock26-Aug-08 16:14
The Only Nock26-Aug-08 16:14 
AnswerRe: Drawing to a checkBox (button mode) using Graphics Pin
The Only Nock14-Sep-08 6:39
The Only Nock14-Sep-08 6:39 
QuestionGraphics programming suggestion is needed Pin
ulucky26-Aug-08 1:37
ulucky26-Aug-08 1:37 
AnswerRe: Graphics programming suggestion is needed Pin
Mark Salsbery26-Aug-08 6:02
Mark Salsbery26-Aug-08 6:02 
QuestionHow To use DirectX 9.0 for displaying video from devices and capturing frames Pin
LoneInvader200725-Aug-08 23:25
LoneInvader200725-Aug-08 23:25 
AnswerRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery26-Aug-08 6:16
Mark Salsbery26-Aug-08 6:16 
GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
LoneInvader200726-Aug-08 23:30
LoneInvader200726-Aug-08 23:30 
GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery27-Aug-08 6:01
Mark Salsbery27-Aug-08 6:01 
LoneInvader2007 wrote:
can DirectShow help in drawing graphics over the video (live video from camera)?


Yes. Whether it does what you need it to do or not, I don't know.
I do know Wikipedia isn't the ultimate source of info on DirectShow.

Using the Video Mixing Renderer[^]

Rendering is just one part. Acquisition also need to be considered.
Does the device have a WDM driver? If you've got capture covered already,
you can do rendering however you want to.

I personally use DirectShow for capturing from WDM and legacy VFW devices.
I do my own custom rendering for drawing on the video frames before they are
rendered, using GDI, not Direct3D (I personally found no benefit from the added
complexity of Direct3D, since all I'd use it for is back-buffers that don't need
to be on hardware).

The DirectShow SDK is freely available and includes enough sample code to create working
apps by mostly copy/paste - check it out, see if it's what you need.
Use whatever is best for your application.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
LoneInvader200727-Aug-08 19:35
LoneInvader200727-Aug-08 19:35 
GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery28-Aug-08 5:08
Mark Salsbery28-Aug-08 5:08 
GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
tanvon malik30-Aug-08 8:58
tanvon malik30-Aug-08 8:58 
GeneralRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery30-Aug-08 9:11
Mark Salsbery30-Aug-08 9:11 
QuestionRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery27-Aug-08 6:24
Mark Salsbery27-Aug-08 6:24 
AnswerRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
LoneInvader200727-Aug-08 19:53
LoneInvader200727-Aug-08 19:53 
AnswerRe: How To use DirectX 9.0 for displaying video from devices and capturing frames Pin
Mark Salsbery26-Aug-08 6:17
Mark Salsbery26-Aug-08 6:17 
QuestionNoobie Direct3D Help Pin
Paul Zaczkowski25-Aug-08 6:07
Paul Zaczkowski25-Aug-08 6:07 
Questionhow to draw line dynamically using OpenGL Pin
King Tran25-Aug-08 4:11
King Tran25-Aug-08 4:11 
AnswerRe: how to draw line dynamically using OpenGL Pin
Cedric Moonen26-Aug-08 2:09
Cedric Moonen26-Aug-08 2:09 
QuestionVirtual camera control/DLL Pin
tjschilling22-Aug-08 5:43
tjschilling22-Aug-08 5:43 
QuestionVideo Standard Changing in Crossbar device [modified] Pin
bhanu_850922-Aug-08 3:40
bhanu_850922-Aug-08 3:40 
QuestionOpenGL orbit camera problems Pin
cmos20-Aug-08 6:43
cmos20-Aug-08 6:43 
QuestionHow to measure high refresh rates? Pin
higil19-Aug-08 20:10
higil19-Aug-08 20:10 
QuestionFastest way to capture screen? Pin
Daniel Jansson19-Aug-08 8:11
Daniel Jansson19-Aug-08 8:11 
AnswerRe: Fastest way to capture screen? Pin
Mark Salsbery19-Aug-08 9:05
Mark Salsbery19-Aug-08 9:05 
GeneralRe: Fastest way to capture screen? Pin
Daniel Jansson20-Aug-08 3:48
Daniel Jansson20-Aug-08 3:48 

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.