ARC Pro

Upgrade to ARC Pro

Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.

#25  

@david- thank you for all your hard work and looking into this I am going to try this out at the weekend.

will be well worth it !

#26  

Superawesome piece of tech....how could I miss out that @david is already working on it! I will get down to it asap! You are working out great stuff for all of us @CochranRobotics rules!:D

PRO
USA
#27  

Nice job. Looking forward to you adding facial recognition!

#28  

Thank you. I have the sensor returning the userid and score of the recognized users. The plugin will need to be expanded on in order to use this data.

To add users, I am currently using the demo app that is supplied with the sensor. I am working on what needs to happen within the plugin to get the recognized user name from the data file that is created by the demo app. Once done, I will then look at what is needed to setup the process for adding new users (to the local data file and to the sensor).

The good news is that I am able to get the information that is provided from the sensor for facial recognition. You could use an if statement to say something like


if($omron_recognized_user = 0)
  $username = "David"
end if
if($omron_recognized_user = 1)
 $username = "Nick"
end if

but, I am working on making this happen in the plugin instead.

#29  

Facial recognition is working inside of the plugin now. Adding faces isn't but the evaluation software has been included in the plugin to allow you to add faces to the Omron and local data files.

PRO
USA
#30  

Wow that was fast !

#31  

A full blown plugin with facial recognition - awesome David - thanks again !