[UWP] appx包的网络摄像头功能 [英] [UWP]Webcam capability for appx package

查看:116
本文介绍了[UWP] appx包的网络摄像头功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在尝试使用修改过的清单文件创建一个appx包。 

I'm trying to create an appx package with modified manifest file. 

我指定了功能按照以下方式:

I specified capabilities in following way:

<Capabilities>
<rescap:Capability Name="runFullTrust"/>
<Capability Name="internetClient"/>
<DeviceCapability Name="webcam"/>
</Capabilities>

MakeAppx.exe成功创建包,但在安装过程中功能列表中没有网络摄像头,有两个积分:'使用所有系统资源'和'访问您的互联网连接'。



MakeAppx.exe created package succesfully, but during installation there are no webcam on the capabilities list, there are two points: 'Uses all system resources' and 'Access your internet connection'.

如何正确声明网络摄像头功能?

How to declare webcam capability correctly?




推荐答案

这是一个桌面网桥应用程序对吗?

It's a Desktop bridge app right?

完成转换后需要添加功能。请再试一次。

You need to add the capability after you have finished the conversion. Please make a try again.

祝你好运,

Roy


这篇关于[UWP] appx包的网络摄像头功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆