Is it possible to access bing vision programmatically

别等时光非礼了梦想. 提交于 2019-12-13 20:08:10

问题


Hey I was wondering if it was possible to spin up Bing vision from within my application and get the returned picture.

I know I can spin up the camera, but is it possible to spin it up with the bing lense?


回答1:


You can open lenses only as this Windows Phone app (that opens Bing Vision).

Use this code to open LensPicker:

await Launcher.LaunchUriAsync(new Uri("ms-lenspicker:{5B04B775-356B-4AA0-AAF8-6491FFEA5685}", UriKind.Absolute));


来源:https://stackoverflow.com/questions/27227962/is-it-possible-to-access-bing-vision-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!