Discussion:
VCam Question
(too old to reply)
t***@clear.net
2011-07-23 02:41:14 UTC
Permalink
Thanks to the author for this very good and useful code.
Does anyone know how I might make the VCam filter appear first in the
list of video capture filters when an app iterates through the list?
I have a native C++ app that will only connect to the first capture
device that it detects. Since I don't have the source code for the
app,
I can't modify this behaviour.
Thanks for any help....

TB
rep_movsd
2011-08-26 18:53:52 UTC
Permalink
Hi

I'm the author of VCam.... Glad you find it useful

There seems to be no easy way to do what you wish, the default order
of enumeration is probably based on the CLSID, but a program may
choose to sort the entires in any way it chooses...

A crude hack is to disable every other filter.

Regards
Vivek
 Thanks to the author for this very good and useful code.
Does anyone know how I might make the VCam filter appear first in the
list of video capture filters when an app iterates through the list?
I have a native C++ app that will only connect to the first capture
device that it detects. Since I don't have the source code for the
app,
I can't modify this behaviour.
Thanks for any help....
TB
l***@gmail.com
2013-02-10 19:18:17 UTC
Permalink
Post by t***@clear.net
Thanks to the author for this very good and useful code.
Does anyone know how I might make the VCam filter appear first in the
list of video capture filters when an app iterates through the list?
I have a native C++ app that will only connect to the first capture
device that it detects. Since I don't have the source code for the
app,
I can't modify this behaviour.
Thanks for any help....
TB
Im trying to install on Windows 7 x64 but I cant.
Is it posible?
h***@gmail.com
2018-07-04 14:45:23 UTC
Permalink
Post by t***@clear.net
Thanks to the author for this very good and useful code.
Does anyone know how I might make the VCam filter appear first in the
list of video capture filters when an app iterates through the list?
I have a native C++ app that will only connect to the first capture
device that it detects. Since I don't have the source code for the
app,
I can't modify this behaviour.
Thanks for any help....
TB
h***@gmail.com
2018-07-04 14:51:36 UTC
Permalink
Hi Vivek,

I am new to windows programming my main concern is that how can I program this project to link my video capture devices such as webcam to the Virtual Cam filter? So that when I select Virtual Cam in Skype, for example, it could show the streaming form connected webcam.
rep_movsd
2018-11-03 08:30:02 UTC
Permalink
Post by h***@gmail.com
Hi Vivek,
I am new to windows programming my main concern is that how can I program this project to link my video capture devices such as webcam to the Virtual Cam filter? So that when I select Virtual Cam in Skype, for example, it could show the streaming form connected webcam.
You can look at the example
Make a graph that feeds a file or a live video into the VCam sink
Loading...