问题描述
您好,我是
我有一个相机应用程序,它使用C ++代码中的PhotoCaptureDevice对象来驱动取景器。由于在下一版Windows中不推荐使用Windows.Phone.Media.Capture命名空间,因此我必须将MediaCaptureDevice替换为MediaCapture。
是否还有一种方法可以为取景器供电(即将MediaCapture的视频输入应用到directX对象)? 我在这里看不到任何示例代码/文档。有人可以帮忙吗?
谢谢!
Hello,
I have a camera app that uses a PhotoCaptureDevice object in C++ code to drive a viewfinder. Since the Windows.Phone.Media.Capture namespace is being deprecated in the next release of Windows, I have to replace PhotoCaptureDevice with MediaCapture. Is there still a way to power the viewfinder (i.e. apply the video feed from MediaCapture to a directX object)? I don't see any sample code / documentation anywhere on this. Can someone please help?
Thank you!
推荐答案
这篇关于iCameraCaptureDeviceNative,MediaCapture和Windows Phone 8.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!