
PRO
Sproket
USA
Asked
Hello All-
Why is the script collection not executing the real time vision from Cognitive Vision skill?
Im using Cognitive Vision - ControlCommand("Azure Text To Speech", "speak", "I see " + getVar("$VisionDescription")); and
It works fine when I click describe image but when I make a script collection and execute same command it only speaks and see's what was previous captured by the Cognitive Vision skill.
I guess you say its only seeing the cached vision from Cognitive skill.
Thank you all for reviewing.
Related Hardware EZ-B IoTiny
Related Control
Cognitive Vision
That worked - ControlCommand("Cognitive Vision","Detect") Sleep(3000) // Wait for 3 seconds to allow image processing ControlCommand("Azure Text To Speech","speak","I see " + getVar("$VisionDescription"))
Thank you.