Hi Breaker1253,
Take a look at the documentation, you cannot initialize two camera at same time as you can also see 3 seconds delay make the app works fine.
In C# or C++ apps, the first use of the MediaCapture object to call
InitializeAsync should be on the STA thread. Calls from an MTA thread may result in undefined behavior.
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.