python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Dynamically create multiple DirectShow virtual webcam devices
I am trying to create a virtual webcam DirectShow filter with multiple virtual devices.
The cameras are defined as follows:
CFactoryTemplate g_Templates[] =
{
{
SUB_DEVICE_NAME_0,
...
Hyndrix
Votes: 0
Answers: 1
How to get a list of available resolutions for every camera on Windows C++
I have multiple cameras in my Windows 11 system and I am wondering how to get all avaiable resolutions for them. I am not intending to make a video capture, but I am willing to just get these properti...
Bobbie
Votes: 0
Answers: 1