
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)
Two questions.
1st one, I know it is probably stupid, but are you using the current version of ARC? There was a problem for many months with recording video and snapshots but it was fixed a month or two ago.
2nd, there have in the past been some issues with internationalization of ARC. Can you try changing your Windows default locale to US-English and see if that makes a difference?
I haven't tried with yesterday or today's releases, but I was successfully taking snapshots last week, so I know the feature has worked recently (I'll try when I get home or tomorrow morning just to confirm for you, unless someone else gets to it first).
Alan
Is there an error that occurs for you with that script? Or does it simply not save the photo in the folder? Do you know where the folder is? The Config button on the camera control will provide a direct link to the media folder.
Hello Alan, thanks for your Replay, i have the ARC - Version: Windows Release 2015.12.19.00 Newer Versions dont work correct with my Scripts. A change of language according to US-Engl. I do not know that I had tried in the past year, and then the voice control went to the German version is no longer, I had to re-set up the whole operating system so that it worked again.
Hello DJ, the script works fine if i set # before:ControlCommand("Kamera", CameraSnapshot) I know where the photo is folder, there is no photo saved and the main problem is the complete ARC software is closes by the Command: ControlCommand("Kamera", CameraSnapshot)
Please clean up the error in the current ARC version, this I can not use because work no longer script. There are complied with no SleeP times, the RGB block does not work and SayEZB goes into utter confusion.
Thanks
I would love to clean the error - but we cannot reproduce the error. Please tell me what error you receive with the command. Thanks!
Fotoproblem.pdf
Please see the Attachement for my Photo-Problem.
The Problem with the Program Version newer Windows Release 2015.12.19.00 is really hard to explain. The 18 RGB LED block dont works, works incorrectly SayEZB all words are choppy, and the timings dont work (Sleep). In the Version Windows Release 2015.12.19.00 it works all fine without the Photo.
I can't take snapshots any more either. I haven't played with this for awhile but it was working a couple of months ago. When I run this script it crashes the ARC. I have tried it with the latest release as well as with the 12/31/2015 release.
Video recording works fine.
I am still unable to reproduce these results. Photos work fine for our testing - if you can produce an error, that would be the only way i can help
It doesn't show an error. It instantly crashes ARC. I tried to run just this;
Same result.