diff --git a/camart b/camart index 0fb7e77..e1bab81 100755 --- a/camart +++ b/camart @@ -34,6 +34,7 @@ import os.path import sys # relative module +sys.path.append('../opencv/samples/python') import video import gcoder diff --git a/createlinks.sh b/createlinks.sh deleted file mode 100755 index 4fc0734..0000000 --- a/createlinks.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# Run this to create links to OpenCV code that is used here... - -OPENCV_ROOT=../opencv -ln -s ${OPENCV_ROOT}/samples/python/common.py . -ln -s ${OPENCV_ROOT}/samples/python/video.py .