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

Exception when creating vision object on Linux #7

Closed velovix closed 8 years ago

velovix commented 8 years ago

An exception occurs after selecting an area when creating a new vision object. The exception is The data should normally be NULL!.

I fixed it by compiling OpenCV source directly from Github. The newest release of OpenCV 3 does not have the fix yet.

apockill commented 8 years ago

Okay, good to know. For now we'll have to compile openCV into a binary for any Linux releases to have any potential issues with package managers releasing the correct versions of OpenCV.

Hopefully they fix the issue soon.