Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
webCAMotion_alpha4-WDIR.tar.gz | 2015-02-26 | 69.5 MB | |
webCAMotion_alpha4-WIN.zip | 2015-02-26 | 32.8 MB | |
webCAMotion_alpha4-LNX.tar.gz | 2015-02-25 | 12.6 kB | |
README | 2015-02-25 | 1.8 kB | |
Totals: 4 Items | 102.4 MB | 0 |
Easily installable in linux. Windows port first successful compile! ######################################## ######################################## webCAMotion - alpha 4! A buggy alpha by Adler Neves Now in Windows! ######################################## ######################################## ----------- Under Ubuntu ----------- This program needs: >python-dev >python-scipy >python-numpy >python-tk >python-imaging >python-pil >python-pil.imagetk >python-xlib >python-opencv You can install all those dependencies at once with the command below: sudo apt-get install python-dev python-scipy python-numpy python-tk python-imaging python-pil python-pil.imagetk python-xlib python-opencv ----------- Under Windows ----------- Easy mode: download the portable pre-built binnary. The other mode: This program needs: Download and install the links below: https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi http://sourceforge.net/projects/numpy/files/NumPy/1.9.1/numpy-1.9.1-win32-superpack-python2.7.exe/download http://sourceforge.net/projects/scipy/files/scipy/0.15.1/scipy-0.15.1-win32-superpack-python2.7.exe/download http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py2.7.exe/download Download and run the link below: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.0.0-beta/opencv-3.0.0-beta.exe/download Now, go to the folder of the download, and navigate "opencv" > "build" > "python" > "2.7" > "x86". Now you're looking at "cv2.pyd". Copy it to "C:\Python27\DLLs\", or whatever place else you installed python. This step is done. Open Command Prompt and run the command below: pip install image --allow-external image-tk Now you can run webCAMotion in windows!