Cannot find module Leap Motion

Hi,

I am having a hard time using Leap Motion on node-red.

As anyone been able to use https://flows.nodered.org/node/node-red-contrib-leap-motion this ?

On node-red it looks like a file is missing but I can't figure it out

Any ideas?

Thanks
Henrique Sousa

I hit a similar error after installing the node. Seeing that this node hasn't been updated in over 4 years, it may be abandoned. You could try contacting the author but I wouldn't give that much hope.

I see...

Well, there should be a way to use Leap Motion on Node-red .... am I the only one that wants to do that? Only if there's a better way...

Any idea?

I also found this https://developer-archive.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html

So maybe there's a easy way to use websockets to access data on node-red from LeapMotion...
Although I don't know java, I have been learning by trial and error on node-red, so it will take me a lot of time to understand that document and create my own solution.... but, maybe someone can help me?

Thanks in advance

That could be a good idea to run Node-Red on Leap Motion. I got a first generation Leap Motion but not sure does it work for Node-Red?

What do you suppose to do with Leap Motion?

I also have a first generation. I bought one for 30€. I want to control anything... I would like to assign Leap Motion gestures to trigger different flows (swipe to change PowerPoint slide, OBS studio scenes, zoom in and out...a lot of things)

I’ve found that updated leap motion drivers doesn’t use “gestures”, but there’s a live websocket server, so I can access any data, I just don’t know how to make sense of all data. The legacy v2 drivers are supposed to use gestures, but I haven’t got it working. But the objective would be to use leap motion with the current drivers (Orion v4)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.