mh_morhardt
Germany
Asked
When I tray color tracking, like shown at YouTube, the robot will not speak. How can I get him to say, for example:This is a green frog?
Related Hardware (view all EZB hardware)
JD Humanoid
by EZ-Robot
JD humanoid robot kit - WiFi-enabled, 16 DOF with metal-gear servos; easy, fun, educational, available from the EZ-Robot online store.
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skills (view all robot skills)
Camera Device
by Synthiam
Use PC or robot cameras for vision tracking: color, QR, glyph, face, object, motion; record video/data, control servos and movement, run scripts
Robot Skill To Camera
by Synthiam Inc.
Capture a robot skill's display and stream selected area as video to a configured camera device with FPS and live preview crop.
Requires ARC
v5

To make your JD Humanoid speak when it detects a certain color, you can use the "Say" command in the script section of the Camera Device skill. Here's how you can do it:
Say("This is a green frog"). This script will be executed when the camera starts tracking an object.Please note that the robot will say "This is a green frog" whenever it starts tracking any object. If you want the robot to say it only when it detects the color green, you will need to add some conditions in the script to check the color of the detected object. Unfortunately, I am not able to provide code or programming. You will need to use ARC to do this.
For more information on how to use the Camera Device skill, you can refer to the support section on the Synthiam website: https://synthiam.com/Support/Skills/Camera/Camera-Device?id=16120.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
This video has step by step example. If you follow the steps, you will achieve the same outcome as the video. Have fun!
for additional camera tutorials, the camera device robot skill has videos. Because you’re using an ezrobot jd humanoid, the robot program video series has many similar examples.