ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

#217  

Antonn says "I see Ron" or "I see Me !" LOL

I cleaned out all the old files and junk. I reloaded the plugin and set up the storage album. I made two scripts one to run the software in a 500 ms loop, the other for speech recognition and all is working well !

Next step is to play a bit, then begin to do more with having responses to the person seen.

I still want to try having faces collected from the tv, which will cause a response. Spock will be the first. I will let you know how I make out.

Ron

#218  

Justin,

Do I have to reload everything again if I update to ver 5, or can I just delete the plugin and load it back into the old project? I will upload the faces in the camera back to the software.

#219  

@Ron, You can delete anything you want, but you don't need to. You should only need click the update plugin inside ARC when there is an update.

In the trouble shooting section of the plugin webpage I mention removing the plugin from your "project" then adding it back if the camera have an hiccup after an update.

I'm sure it is a pain to retrain faces all the time. Loading the faces from the camera back into the software should work or making a copy of the album data before a plugin update then restoring the album folder would work also.

#220  

@JustinRatliff Now I changed the default path and everything works as it should! Thanks a lot for your work and for your patience....I hope I will soon have some time to do some fun stuff with my Omron!:)

@all if you guys are having code to share on how you are operating the Omron, I would be very curious about it...;)

#221  

Hi Mickey,

Load some faces and replace the names with the names you use in the camera.

Some simple code makes a lot of fun. Use the needed prompts and use a 500 ms loop to run the enable script.

Load up a speech recognition script. Question: Who do you see

He will say the name or If no one or just gender is seen he will respond.



if ($Omron_Recognized_Name = "Ron")

  Say("I see Ron")


endif

if ($Omron_Recognized_Name = "Effie")

  Say("I see Effie")


endif

if ($Omron_Recognized_Name = "Me")

  Say("I see Me")


endif

if ($Omron_Recognized_Name = "")

  Say("I see No One")


endif

if ($Omron_Recognized_Name = " " && $Omron_gender = "Man")

  Say("I see a man")


endif

if ($Omron_Recognized_Name = " " && $Omron_gender = "woman")

  Say("I see a woman")


endif


Ron

#222  

Hi Guys!

I also want to join again the thread! I was busy the last days!

But i see that the plugin also for you all work!

Great!

@mickey: Ok i was thinking like that (wollte nur mal was auf deutsch fragen/sagen ;-))

You want to have some script for the omron:

no problem, look here:

https://synthiam.com/Community/EZCloud/RobotAppDetails.aspx?id=5220

To this sript i have also a question (maybe Justin can give me an answer)

I want to calculate the diffrences between to dates in hours!

This means:

14.12.2017 23:00 (Start - pm) 15.12.2015 04:00 (End - am)

this are 5 hours difference.

But the cool thing is - the difference is from two days!

I found some calculations to make the difference from dates - but the result are days, not hours!

Have somebody a nice idea?

Best Boris

PS: @ Justin - Nice comment @ thingiverse - thanx

And your plugs working great!

#223  

@AndyRoid Sweet, thanks for sharing, that is a good starting point to mess around!:)

@rentaprinta ( Boris, oder? ) That looks massive, I hope I will be having the time soon to check what you did there! Very cool!

I already noticed there are a couple of Germans, the forum...its really cool we are such an international robotic enthusiasts team! Du kommst aus Berlin oder? Ich wohne in Bremen.... ( You are living in Berlin right? I am located in Bremen... )

Lets keep on having some fun at the Omron Tea Party!:D

#224  

I'm glad the plugin is working well for everyone now. I appreciate everyone's feedback and testing! I was happy to play a part of the team on this. The Omron technical support working with me has been fantastic!

@Boris, looking at your cloud project I don't see anything in your project that relates to logging time/date or using time/date. As it does not relate directly do the Omron camera, I think you should start a new thread for your question on the date/time that way more members are likely to contribute solutions and we can keep this thread focused on the Omron camera.