以python显示实时视频。运行代码后,我收到此消息:
ItemPreviewInfo previewInfo = await client.Drives[sharedItem.RemoteItem.ParentReference.DriveId].Items[sharedItem.RemoteItem.Id].Preview().Request().PostAsync();
显示gui,但不显示摄像机镜头。
我想做的是使USB摄像机的镜头显示在我制作的GUI上。我遵循了已看过的教程中的所有步骤,但仍然无法完成它。
代码:
Process finished with exit code -1073740791 (0xC0000409)