Germany
Asked — Edited
Resolved Resolved by DJ Sures!

ARC Dont Work By Make A Photo

Hello, i have follow Problem, the ARC Software dont works when i make a Photo. The ARC dont work by the follow Command: ControlCommand("Kamera", CameraSnapshot)

here is the complete script:

ControlCommand("Leben", PauseOn) ControlCommand("Speech Recognition", PauseOn) ControlCommand("Kamera", CameraObjectTrackingDisable) ControlCommand("Kamera", CameraMultiColorTrackingDisable) ControlCommand("Lichtspiel", AutoPositionAction, "Sprechen") SayEZBWait("ich zähle jetzt bis drei und dann mache ich ein Foto") ControlCommand("Lichtspiel", AutoPositionAction, "Dauerlichtspiel") Sleep( 500 ) ControlCommand("Lichtspiel", AutoPositionAction, "Sprechen") SayEZBWait("eins") ControlCommand("Lichtspiel", AutoPositionAction, "Dauerlichtspiel") Sleep( 500 ) ControlCommand("Lichtspiel", AutoPositionAction, "Sprechen") SayEZBWait("zwei") ControlCommand("Lichtspiel", AutoPositionAction, "Dauerlichtspiel") Sleep( 500 ) ControlCommand("Lichtspiel", AutoPositionAction, "Sprechen") SayEZBWait("drei") ControlCommand("Lichtspiel", AutoPositionAction, "Dauerlichtspiel") Sleep( 500 ) ControlCommand("Kamera", CameraSnapshot) Sleep( 500 ) ControlCommand("Leben", PauseOff) ControlCommand("Speech Recognition", PauseOff) ControlCommand("Kamera", CameraMultiColorTrackingEnable) ControlCommand("Kamera", CameraObjectTrackingEnable)


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

PRO
Synthiam
#17  

Thanks bob - i gave up on that bb8 months ago:D it was a pipe dream that i would have time to build a robot

Germany
#19  

Thank you DJ it works also fine by me.