[contact-form][contact-field label=”Name” type=”name” required=”1″ /][contact-field label=”Email” type=”email” required=”1″ /][contact-field label=”Priority” type=”select” options=”Low,Medium,High,Urgent,Ultra-Urgent,Now!” required=”1″ /][contact-field label=”Comment” type=”textarea” required=”1″ /][contact-field label=”Designation” type=”select” options=”Student,Working Professional,Entrepreneur,Retired,Alien” /][/contact-form]
Categories: Uncategorized
2 Comments
Abhishrey Sharma · April 3, 2019 at 11:46 AM
Hey there,
i am working on your project which is Leap Motion Controlled Remote Search and Disposal Bot.
https://www.hackster.io/Anwaarullah/leap-motion-controlled-remote-search-and-disposal-robot-4cb662
I have configured webio framework, the website is running but after completion of all the connections i am unable to get the stream and the hand gesture input isn’t working.
anwaarullah · April 3, 2019 at 6:42 PM
I’d suggest you try getting each block running individually before combining them together.
1.
Get WebIOPi Working2. Get MJPG-Streamer streaming the feed from Camera. This can be done independently of WebIOPi. The stream is usually available on http://IP:8080
3. LeapMotion raw data on your PC (using their JavaScript SDK)
4. Combine them all, then do the other stuff like configuring the WiFi as a Hotspot etc
Let me know how that goes.