我正在尝试建立一个Cortana技能,以便能够使用水面相机拍照。怎么做?目前我的技能是能够使用bot框架和使用nodejs来回答问题。代码看起来像
bot.dialog('ScanCardDialog', function(session){
<what need to be done to take a picture? goes here>
}).triggerAction({ matches: /(\w)+ (card)/i});
答案 0 :(得分:1)
如果你有一个可以拍照的伴侣UWP app,你可以做到的唯一方法就是这样做。 Cortana技能可deep-link to a UWP app但无法访问设备相机。希望这会有所帮助!!