What is everyone working on?

Active development
A web app for project/tender calculations with a lot of integrations to systems more or less (mostly less) accepting integrations.

Planning stage
A web app with some 3d js canvas where you can assemble semi complex solutions for water distribution. Never worked with 3d js so no idea how to load 3d models, move them around the canvas, snap together etc. Guess it will be fun.

I worked with an engineer that used one and have had it on my amazon list ever since!

They are neat… and SUPER small.

I’ll try and take a video this weekend of the project being displayed through it…

  • still need to work out some sort of ‘bracket’ to secure it to the helmet.

One obstacle remains for where/how to mount the web cam?

In theory… there will already be electronics in the (outer) eye sockets in the helmet… (because they lit up/blink…etc)… so trying to use those to mount the camera in might be difficult?

I was thinking perhaps in the mouth? (but might really throw off the balance of watching video that is centered from your chest/chin?)

I picked up my VuFine for $90 bucks…

I have NOT committed to using one for each eye yet however…

The only thing about the VuFine is it goes over the glasses and is bulky a little depending on the glasses.
I was looking at the Sony glasses which I think are nicer, till I saw the price of about $900… Yikes!
You got yours for $90. Nice deal!

I dont have those issues. :slight_smile:

My VuFine is:

1.) will be taken apart (no more housing), just pcb and display

2.) not used with glasses. (going inside of an Iron Man helmet)

:+1:

Yep, you mentioned that. Nice! Post a pix of it when you get it set up. Curious to see it.
Interested in how it will work, too. So, keep us up to date on this thread…

I would keep it to a single eye, since the effect is to transpose the screen in a eye trick. Using two would actually limit vision.

Sounds like a very cool project and I would be interested in pics later as well!

There is really -no- vision through the helmet.

The eye holes are blocked with ‘led’ circuitry…

So the only ‘real’ vision is through the live cam feed… that will be displayed in the one eye now.

Still… for costs alone… I’m going to start with the ‘1’ eye only :slight_smile:

If I get any motivation…Im actually going to try and implement some facial/object recognition (not any true AI stuff)… and see if that can add a little bit of ‘fun’ to the theme. (basically just shooting for when a person/face is recognized, just have some sort of techy 'box’folow the face around…etc)

If anyone every wants to get into Arduino stuff… let me know! Happy to share or help!

1 Like

Whispers, I had downloaded some code that did facial recognition. It was free, I think on Github.
I never worked with it. Or, you could use Facebook’s type of code. I had found tons of free open source
code for facial recognition. Like OpenFace on Github: OpenFace So, you should be able to get that code. Depends a lot on what language you need it to be written in. Sounds like a fun project. Do a Google search on “open source facial recognition code” and you will find tons of apps for this part! Keep us up to date on this one! Thanks!

I wish I was open to use whatever software I wanted…

The problem (outside of knowledge alone… LOL) is…

I do not know of any platform that will:

1.) Do/provide a LIVE feed
2.) Allow overlays/animation
3.) Allows external communication for real-time display updates on the HUD display.

I’ll out myself here… hahaha…

but before I do… disclaimer.

*I know this is largely not supported.
*I know it has security issues.

But I am using Flash (Adobe) for the current video feed and overlay, animations.

Supports external webcam feeds
Allows me to do whatever animation or overlays I want (visuals, menus…etc)

I have installed LAMP… so I am using a mix of PHP and Flash (ActionScript) socket connections to communicate back and forth, to communicate between the ‘outside data’ and the RPi/Flash platform.

This being an off-line (so to speak) prop/project… the security stuff if not a huge issue/concern

** Same with my BarBot project! (I’ll post on that soon too!) :slight_smile:

** Off to read up on OpenFace!

Thanks for the link

Edit:

I just saw: Python

So already looks like it could be a replacement if I cant get the current Flash to ‘play ball’ lol

Hmmm, I don’t think Flash is a good way to go. I would think a 3D game type of code system would be better for an overlay system. On a Raspberry 3B+ or the such, you can use C++, Javascript, HTML5, Python and other languages. Of these, I would think it would be fairly easy to use HTML5 on a webpage and basically merge two feeds into one to form the overlay. One from the live camera and one from the overlay code.

A quick 30 second check with my best friend Google found this example of HTML5 displaying a live webcam on a webpage: Live Cam Example Not sure if this is anything that can help, but, another way you could use a canvas and paint this page onto the canvas. Doing that would let you control various parts of the canvas as you deemed important. Like the face-scanner code displays or a RSS feed or other “live” feeds you might want on the screen…

Just an idea…

1 Like

I am currently working on developing a tool that can correct my coding mistakes and can make me feel like a ghost lol:stuck_out_tongue_winking_eye:
I want to make a tool that can auto-detect mistakes and preset my plans for coding and development but my projects. I don’t want to beat anyone or compete with anyone. I focus on inventing something new by learning from my atmosphere every day.
Initially, I had a problem understanding complex codes, but now I am trying learning failing and repeating. Does anyone want to add their comments on how I can improve?

Not sure what your question really is. But, use Netbeans. It is a solid IDE and will show errors to help you fix your code. Otherwise ask questions here and we will be glad to help you out.

NetBeans sucks, like REALLY BADLY and I don’t even suggest it for working with Java. PHPStorm is my preference though Eclipse worked well for me in the past.

I’m working on some performance issues with concurrency and parallel programming. Prototyping my suggested fix to ensure that it will work across the distributed system.

Don’t do much with Java. Never tried PHPstorm, but, will look into it.

I’m designing a Neural Net of sorts. But, having issues getting it all started.
Seems that most people are using Python for these. Never used it much, so having to learn some of it…

Well, not for a general user! Too costly! I stay away from subscription services as much as I possibly can. For an IDE, it is advanced and has tons of extra features over Netbeans. But, for general or newbies, it costs a monthly fee that is a bit high for some. Just IMHO…

I am ressurecting old bad code so I have some live (yet extremely old looking) websites to link to from my portfolio.

Updating my biggest and oldest and nastiest project to work on PHP7 (removing lots of mysql_* and eregi and other things)

The never ending quest to transform a fairly simple SPA built with jQuery in 2013 into React and VueJS versions.
The 95% of the html/css/js of both React and VueJS versions was completed one and two years ago but it seems if I’m not updating my front end JS projects daily I’m going to come back to a project after a few months and be unable to build it because of every NPM and Webpack error possible. :’(

Trying to figure out how to get the VueJS build commands to co-exist with the common PHP habit of naming the public folder of your site “public” instead of “dist”. This is either irrationally difficult to configure or I’m just really really really really dumb. ( I am willing to pay someone to fix this problem BTW )

Trying to convince a relative that their idea for a website is really just a 1-city limited version of Google Search + Google Maps and they should not even consider going down the path of reinventing any of those wheels. Also when all of your User Stories start with going to Google.com and searching and the top result is always your website… well… your whole thought process is backwards…


Netbeans is really really slow on even tiny php projets in one update and then fast enough to not be too annoying in another update and the back again in the next update. I typically only need something like Eclipse or Netbeans when the bug is so odd that I need to involve XDebug and step through the code execution.

I know a frontend expert if you’re interested

I don’t think I have enough money for an actual expert. Been looking around on fiverr but no luck so far.

Messaged you… We can talk there

Sponsor our Newsletter | Privacy Policy | Terms of Service