There's a write-up about a Raspberry Pi HUD that someone is receiving praise for. I always read these with anticipation as though there is going to be some breakthrough that someone found to advance my work. I am almost always disappointed. This work is a start, but it is far from noteworthy. You can read …
Update on CED Site, SERINDA, and more
So much has gone on and is going on. I've released a bunch of updates to the Cherokee Dictionary site and tools I wrote for use with the site. I'll release a video covering the new elements. Suffice it to say I've got a bunch more to do. The goal is to have all of …
Updates
The last couple months have been extremely busy. I haven't had time to get back to work on SERINDA. I have code modified in BabylonJS locally so that I can hook SERINDA in and work with BabylonJS in a better way that OpenCV and other libraries can interact. This means that I can hook into …
Updates: CED Site, SERINDA, More
I have been extremely busy the last couple months. I've worked almost exclusively on the Cherokee Dictionary site. Since March 23rd or so I've not worked on my HUD nor headset. It may still be another few weeks. Let's start with SERINDA. The next step is to finish the OpenCV and BabylonJS integration. It's actually …
SERINDA OpenCV and BabylonJS Integration
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 …