0

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?

XikiryoX
  • 1,898
  • 1
  • 12
  • 33
JTIM
  • 2,774
  • 1
  • 34
  • 74

1 Answers1

2

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));
crea7or
  • 4,421
  • 2
  • 26
  • 37
  • Yes, I found that others were doing it, but I wanted to integrate it into a game. Can you say how I open bing Vision programmatically, because I have not been able to find an API for it. – JTIM Dec 01 '14 at 19:13
  • I will test it later or tomorrow, to verify and give you the check mark :) – JTIM Dec 03 '14 at 07:12