Re: Video Source dialogs in Direct Show

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



The March Hare [MVP] wrote:
On Mon, 23 May 2005 10:14:01 -0400, Jonathan Arnold wrote:


Does it work in the AMCap sample?  If not, it sounds like a bug in VEO's
driver.

It does work fine. I think I did figure out the problem though. I was completely tearing down the graph before showing the Source dialog, then rebuilding it afterwards. Like I said, this has worked for all other cameras before, but not for the VEO. I see in AMCAP that it merely stops the preview. I stopped tearing down the graph and now the changes stick.


Thanks for posting your resolution.  IMO, all driver writers should have a
Set As Default button on the dialog since dshow doesn't have a way of
setting all the custom properties on a capture device.

Yeah, there is the interesting tidbit in the DirectShow docs about this:

Note   Although many of the filters provided with DirectShow support
property pages, they are intended for debugging purposes, and are not
recommended for application use. In most cases the equivalent
functionality is provided through a custom interface on the filter. An
application should control these filters programatically, rather than
expose their property pages to users.

I'm not sure what is meant by "In most cases the equivalent functionality" or how you are supposed to go about finding it out in a general sort of way. As far as I can tell, everyone just puts up this property page, although some do embed it in their own dialog box.

--
Jonathan Arnold
inSORS
.



Relevant Pages

  • Re: Combinatorics Designated Driver Problem
    ... We want to find some way to assign a driver to ... Consider the bipartite directed graph with source vertices corresponding ... S_i units of flow, and sink d demands 1 unit. ... person i drives on day d if the flow from i to d is 1. ...
    (sci.math)
  • Re: [kde] Undocumented Desktop Effect settings
    ... A supposedly more efficient OpenGL rendering technique for X11. ... I *think* the latter is supposed to remove tearing, ... What video card driver are you using? ...
    (KDE)
  • Re: Upgrading systems, Hyperthreading
    ... as far as driver for pc mine also uses sys32/hal.dll and HT works on mine. ... One Graph per CPU is checkmarked., but it still> only shows one graph. ... >>> When I look at the device manager, ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Which is the best way for KM-UM interaction
    ... line graph: ... The data is written from appln to driver continuously ... and then DMA is done and the same data is read back in the application. ...
    (microsoft.public.development.device.drivers)
  • Re: Video Source dialogs in Direct Show
    ... >> Does it work in the AMCap sample? ... >> driver. ... I stopped tearing down the graph and now the changes stick. ...
    (microsoft.public.win32.programmer.directx.video)