CalumJEadie / part-ii-individual-project-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Code Package

Video Processing Language for the Raspberry Pi

Calum J. Eadie

Computer Science Tripos, Part II

Girton College

Folder structure

  • app
    • Corresponds to the Implementation chapter. Language, Editor and Capability APIs.
  • deploy
    • Deployment software, for setting up development environment on the Raspberry Pi.
  • research
    • Corresponds to the Preparation chapter. Experiments, tools and annotated source code.
  • tools
    • Supporting scripts.

Running

cd app
# nosetests.sh makes sure MacPorts Python version is used rather than Mac version
# to make sure PySide available
../tools/nosetests.sh test/ui/test_editor.py

Dependancies

PySide - LGPL Python binding for Qt

apt-get install python-pyside
port install py-pyside

gdata - includes YouTube Python API

pip install gdata

pyomxplayer - Python bindings for OMXPlayer

git clone https://github.com/CalumJEadie/pyomxplayer
python pyomxplayer/setup.py install

show - Python debugging library

pip install show

nose - Python unit testing framework

pip install nose

pexpect - interprocess communication

pip install pexpect

youtube-dl

apt-get install youtube-dl
# Update to make sure up to date with YouTube API
youtube-dl -U

About


Languages

Language:Python 57.3%Language:JavaScript 32.6%Language:Java 8.8%Language:TypeScript 0.8%Language:Shell 0.3%Language:Vim Script 0.1%Language:Perl 0.1%Language:Prolog 0.0%