I have been trying out the CameraOptionsUI sample for Windows Store apps. I am working on a Surface Pro 2 with Win 8.1
When I run the Javascript sample the moment I request the UI to show "Windows.Media.Capture.CameraOptionsUI.show(mediaCaptureMgr);" I get an error "The specified device interface or feature level is not supported on this system." . The
error number is 0x887a0004, which is a COM error DXGI_ERROR_UNSUPPORTED.
Interestingly if I run the C# version of the sample it works.
Also if I take the code and deploy it on another Surface (in this case an RT) it works as well.