
lucdag
Italy
Asked
— Edited
Hi!
Using Blockly I can't find a "Wait for QR Code" block similar to the one present for glyphs.
I was able to find the function through javascript to get the wait for a new QR code but from Blockly I can't find the block. can you help me?
Is glyph recognition much better than QRCode? Can additional glyphs be added?
Thanks!
Related Hardware EZ-Robot JD Humanoid
Related Control
QR Code Generator
Glyphs:
https://www.ez-robot.com/Tutorials/Lesson/111?courseId=1
QR code:
https://www.ez-robot.com/Tutorials/Lesson/107?courseId=1
In the camera control:
https://youtu.be/16SUP9afNvI my QR code I made, reading
under audio: you can use: sayPC(wait) or sayEZB(wait)
or java - Audio.sayWait(("I am reading " + CameraQRCode));
Moving on to glyphs with augmented reality
https://www.ez-robot.com/Tutorials/Lesson/109?courseId=1
EzAng
Add "wait for QR code" to Blockly
Increase the number of legible glyphs
Anyway I modified the ARC Blockly to have the block that was missing, now it seems to work
I see under the camera control "Wait For Glyph", but I don't see "Wait For QRCode", where did you get that?
Great, so you got it working?
EzAng
I have seen that with glyphs it works much better, besides the 4 where can I generate others?
https://synthiam.com/Community/Questions/how-to-create-more-glyphs-18066
the only glyphs are here:
https://synthiam.com/Docs/Skills/Camera/Camera-Device?id=16120#glyphTracking
but under camera control there is a QR code encoder that works like the glyphs - did you watch my QR video? https://youtu.be/16SUP9afNvI my QR code I made, reading the right way and the wrong way
EzAng - Angelo :-)
thanks!
I simply use this code and it works:
or you can use SayEZB(wait) in the blocky program for your robot to speak
But is you want to use the 4 glyphs, that is fine, that is up to you my friend,
Have a good day,
EzAng