
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)
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
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
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.
Code:
Video recording works fine.
Code:
Same result.
If there is a popup, which is what "should" happen, there will be a DETAILS button with an error message. You can press the details button, select the details, copy the details, and paste them here.
For copy and paste may require a right click of the mouse, or using the windows short-cut keys CTRL-C
Attaching screen shot and the three Windows application event logs that should give you good debugging information.
I am upgrading a Windows 10 machine with the latest ARC now and will try there and report back whether I duplicate there or not.
Alan
ezcrashwindows7events.zip
Alan
screen shots and windows event log events attached. One more event on Windows 10, but I also have Visual Studio installed, so it offered me a debug window which I took as far as I understood, so included screen shots.
Alan
windows10crashevents.zip
Alan
Code:
Thanks for fixing that all up DJ. Take the weekend off and work on your BB-8!
Alan