问题
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