Another two sets of successes today. The first is Windows installation of the Angular 6 MEAN stack version. Simple installation steps are listed on the npm page here. I deleted my node_modules directory installed cmake from here (the windows msi) npm install --global windows-build-tools npm install Everything ran perfect - there were some audit warnings that I'm ignoring …
I spoke too soon
Rather I complained too soon. I was able to figure out the routing issue and get the voice commands fixed in the Angular (6) app. So no more working with the previous application. I'm now attempting to install opencv4nodejs on Windows (main) instead of WSL so I can run the app there. I don't know …
SERINDA – update
As with all projects, I start to get burnt out after things don't go as planned and I start spinning my wheels. That's why this project has taken so long to work on. I run into limitations on hardware, software, linking the two, and so on. Or I get sidetracked. I want to be working …
WSL and cameras
As it turns out I ran into another snag with my testing. I couldn't get the VideoCapture with OpenCV to run on the Ubuntu flavor of WSL. As it turns out it's not supported as referenced here.
A few minor updates
The HUD "goggles" I was expecting are delayed. No one knows where they are. Not FedEx. Not Amazon. Right now, Wilson is enjoying some HUD lenses and pretending to see, well anything AR. My MEAN.io seed turned to bust. I worked too hard to get it to run. So I found another seed that took …
MEAN.io copying for your own project
Should you choose to use Mean.ios boilerplate stack for your own project remember to copy the files that start with /./ - I had four files I forgot about and my server wouldn't start up correctly. .dockerignore .env .envexample .editorconfig You probably don't need .envexample or .editorconfig however they are present.
flex-layout and ContextElementDependency errors – MEAN upgrade
While attempting to update my current version of SERINDA to Angular 7 I was using the Mean.io boilerplate. There are a few lines of instructions and that's it. No other instructions to be found anywhere. That annoys me, however, it is quite complete, in my opinion, on what I'd need. If I don't like this, …
Continue reading "flex-layout and ContextElementDependency errors – MEAN upgrade"
OpenCV4Nodejs – Draw a grid over an image
A lot of my work is going to be porting my Python work over the years to OpenCV4Nodejs. I have some Java and C++ (even some C#) in OpenCV, but mostly Python work. I've been horrible at documenting my work except in handwritten scribbles or bookmarks in eccentrically categorized folders known only to me. So, …
Continue reading "OpenCV4Nodejs – Draw a grid over an image"
SERINDA – short video
I've decided that before I go on I need to do a few things to this project. Well, technically I'm doing two tasks at once. Ok, ok. If you know me I'm only telling you about two tasks right now, but I'm really doing like 400. The first task is that I'm just going to …
SERINDA is MEAN?
I knew I wanted the STT, TTS, and menu to appear on every page. I also knew that I wanted to keep each portion of the different aspects separate so I didn't have one giant screwed up page. Yet I needed everything to come together. I hadn't intended to use Angular as the display, but …