我正在尝试运行this project但是当我运行它时,它说
A machine with a camera and a microphone is required to run this sample.
因为它使用var cameraFound = await CaptureDevice.CheckForRecordingDeviceAsync();
。
所以,我想知道为什么会这样?我的电脑有WebCam和麦克风,它们都可以正常工作。
我该如何解决这个问题?
我很乐意添加更多信息,但这几乎是我目前所知道的。
干杯!