apockill / uArmCreatorStudio

uArm Creator Studio is a Visual Programming Language for robot arms, with a heavy emphasis on computer vision and usability for both low experience and high experience programmers. It's written entirely in Python, and supports python scripting within the application.
82 stars 39 forks source link

Improve the new user experience slightly #1

Closed velovix closed 8 years ago

velovix commented 8 years ago

When I first ran the program, it crashed because it was trying to look for a file called "F:/Google Drive/.../testEverything.task" and didn't find it, because the program was shipping with a premade Settings.p file in it. I removed that from the repository so a default can be created when a user opens the program for the first time.

I also improved the camera widget's feedback a bit. When you first run the program without a Settings.p file, it will ask you to specify which camera you want in the settings dialog. While the widget is waiting for a frame, it will say "Opening camera...". If an error happens, it complains about an error.