Reputation: 7620
CameraCaptureUI is a easy way to capture,record video from the camera.
I am Working on Camera App where I use only particular camera say for example, Only Logitech camera be displayed. So when the user press 'change camera" In UI, it will only switch between Logitech camera not others.
I can do it using Media Capture UI.I wanted to know whether it is possible through CameraCapture UI Api or not Since this will reduce the development time.
I am using C++ as programming language.
Upvotes: 0
Views: 208
Reputation: 31724
It does not seem to be an option on the CameraCaptureUI - it really is pretty simplified. If you are going with the MediaCapture/CaptureElement route - you might want to check the CameraCaptureControl in the WinRT XAML Toolkit. It is C# code, but it has some things figured out for controlling the cameras.
Upvotes: 1