如何在 xamarin.forms 跨平台录制视频

How to Record video in xamarin.forms cross-platform

我正在尝试在 android、windows 和 ios 中录制视频。 参考 Link:- https://github.com/xamarin/xamarin-forms-samples/tree/master/CustomRenderers/ContentPage/CustomRenderer

出现以下错误:

System.Runtime.InteropServices.COMException 在 mscorlib.ni.dll

WinRT information:The当前采集源没有独立的照片流

注释掉有关照片拍摄的部分(因为您正在拍摄视频),看看是否有帮助。

//PhotoCaptureSource = PhotoCaptureSource.Photo

Source