I'm doing a project to make facial recognition work on Nybble. I was going to do it with Pi and a Camera but it was too heavy on the battery and don't like the added weight of the Pi. I am waiting for a MU Vision Sensor to come in the mail, it has body recognition but not facial recognition.
My first attempt will be to see if I can add this to the onboard hardware for the MU Vision Sensor as I saw at least one website say it was under development. If this isn't viable for me though I wish to use the MU's ability to stream images over wifi and then comput the facial recognition on my phone. Then I wish to send commands back to Nybble over either bluetooth or wifi. Basically, offloading this and any other heavy stuff (by weight, or by battery eatting calculations) to my "remote" which is my phone.
For this 2nd option, I'd appreciate the sourcecode to the app which I can't seem to find on GitHub. Then I could integrate it on top of the great control panel already built.
If for whatever reason it's not available I'd appreciate knowing that too, thanks.
Hi,
We outsourced the app so we don't have the source code either.
You may use your computer to do the calculation and use our Python API.