Computer has two webcams. How to tell to CEFsharp from which camera start recording? How to switch cameras via C# on the fly? My case is to chage default camera for Hangouts chatting in CEFsharp browser in WPF project.
I tried to search some info on CEF's forums but did not find any workaround there.
As a solution i tried switch off device fully (throught devcon.exe) but it require to reboot PC and it is unacceptable for me.
More over there is no notion of "Default" device for web-cams in Windows. This mean, that i cant change default camera on OS level.
So i want to change it on level of CEFsharp.