Start a new topic

Need to know the APIs for motion sensors.

Need to know the APIs for motion sensors.


Hi,

I'm trying to scan a image and place an overlaid image on top of it.

Once the overlaid image appears, by doing some head gestures the overlaid image should change to some other image.

So can you please tell me the available APIs related to motion sensors.

Regards,

KiranKumar MP

Hi Kiran,

Wikitude does not offer any APIs for motion/gesture tracking unfortunately. There are several APIs out there that help you track gestures, but they block access to the camera, so I doubt that you can do both Gesture Tracking and Computer Vision at the same time currently using two different libraries, since the Wikitude SDK naturally also requires camera access.

Best,

Martin

Martin,

Thanks for the response.

Then can you please tell me the availability of apis, once i snapped it to screen by using the "snap to screen" feature.

 

Regards,

KiranKumar MP.

Hi Kiran,

There are several competing SDKs and libraries, Wikitude does not advertise a particular one.

I suggest to do a Google Search on "Gesture Recognition API", you'll find several tools that will help you achieve what you want.

Best,

Martin

Thanks Martin.

Now i'm just following through the example code at 

https://github.com/Wikitude/wikitude-sdk-samples/blob/master/2_3dAndImageRecognition_4_SnapToScreen/js/imagerecognitionand3d.js#L295-L312

Hope it helps me.

 

Regards,

Kiran.
Login or Signup to post a comment