One of the big issues I've been working on has been translating OpenCV detection points to BabylonJS coordinates. Up to this point, I've had some success getting a marker to track an object. I decided to take a look at the JSArtoolkit5 examples and see what I could glean from them. The idea was to …
Headset FOV
I was asked about the FOV for each of the headsets. Haori I call this the Johnny Mnemonic and is the one I'm using the most right now. It has 50-degree FOV.https://www.amazon.com/gp/product/B07C2B22GG/ Mad Gaze Glow I call this the Roy Orbison and has a 53-degree FOVhttps://www.amazon.com/gp/product/B08G1H7X61 Chengzi This has the same viewscreen used by the …
Architecture Rewrite
I'd taken the Serinda project and split it out into a basic project so I could convert the Python work over to Javascript so all of the work is processed on the front-end. I don't want to remove all of the work I've done so right now the branch I'm working on is all of …
SERINDA Optics Update
The last couple weeks have been pretty focused on the 3D GUI/HUD (we'll just call it HUD from now on). I already have LeapMotion integration, OpenCV integration, and BabylonJS integration. All three are separate pieces. With the HUD I wanted to make sure I had pieces in place so that the OpenCV detection coordinates could …
SERINDA 3D
Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. Let's start with motivation. I wanted to add the 3D objects to my visual scene and be able to manipulate them. This means, labels, some HUD-like graphics, information panels, and more. I also have a LeapMotion to integrate and Javascript seems to provide better examples than Python. I …
SERINDA Architecture Change
Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. One of the elements about rapid prototyping is at some point you're going to have to switch from prototyping to better development. That time came last week for me. I was taking my OpenCV code to detect an object and I needed to pass that to the page …
SERINDA Code Move and Update
Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. I want this project to be as open source and cheap as possible while giving good results. The dichotomy is that I also want to work on the software so I can build the platform I envisioned. To start with, I had the SERINDA project moved to Github. …
SERINDA 9DOF
Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. I chose this sensor from Adafruit because it included the different items I might want to use in the LARC telemetry package I was putting together. You wire the sensor to an Arduino or Raspberry Pi. Download some libraries. Install some libraries and you're in business. With the …
SERINDA UI
Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. This last week I've devoted an extraordinary amount of time to the GUI and HUD that make up what I want SERINDA to do and be like. I implemented my own Three.js and LeapMotion display coupled with OpenCV. I wanted one server to do all of the work …
SERINDA Next Steps
Osiyo. Dohiju? Hey, welcome back. I’ve narrowed down my big picture steps for getting up and running. I have already done a lot of programming work for filters and putting it all together. I have something working that I'm pretty happy with. Now, is the time to bring in a more structured approach to the …