I'm working with a Universal application that let we capture an image for each camera (two or more). So do we have any ways to manage all camera capture stream sand process it? I just found the tutorial about individual camera handling in MSDN.
I found some article about manage multiple IP cameras in Winforms but nothing for UWP.
As we know, for UWP app, the simplest way to capture photos and video is using the MediaCapture
class. See Basic photo, video, and audio capture with MediaCapture.
In this official sample Camera frames sample, it shows how to list all capture source and access camera with different profile.
So do we have any ways to manage all camera capture stream sand process it?
We can initialize multiple MediaCapture
instances and read frame by using MediaFrameReader
Class. Check out this wrapper to see how to process frame as you need.
Share a multiple camera sample based on the above official sample: Github LINK
The screenshot(Running on my laptop which connected a Microsoft Life Camera HD-3000):
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With