StartMreview与MVVM UWP中的CaptureElement异步

时间:2017-05-25 09:25:11

标签: c# wpf mvvm camera uwp

我正在使用Prism应用程序使用MVVM进行相机处理,并使用此方法在CaptureElement组件中显示预览

public MediaCapture CaptureElementSource
        {
            get { return _captureElementSouce; }
            set { SetProperty(ref _captureElementSouce, value); }
        }

这是我的CaptureElement.Source道具:

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at Mateo.UILogic.ViewModels.CameraSelectionPageViewModel.<StartPreviewAsync>d__111.MoveNext()

我得到了这个例外:

File "/Applications/djangostack-1.8.17-0/python/lib/python2.7/importlib/__init__.py", line 38, in import_module
    __import__(name)
ImportError: No module named rest_framework
  

请求的操作发生意外错误。预习   没有设置下沉

任何人,请帮助我。

1 个答案:

答案 0 :(得分:0)

当我忘记检查Package.appxManifst中的WebCam和Microphone选项时,我遇到了同样的错误 - &gt;能力部分。