Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 793 Bytes

video-capture

This repository houses scripts and codes relating to video capture and streaming for SCALE.

The main value comes from the wiki and issue tracking.

System Requirements

Developer note

  • Install Ubuntu 12.04
  • Upgrade (sudo apt-get update && sudo apt-get upgrade
  • Setup gstreamer-developers PPA
    • sudo apt-get install python-software-properties
    • sudo apt-get update
    • sudo apt-get install gstreamer1.0*
    • sudo apt-get install libgstreamer-plugins-base1.0-dev
    • sudo apt-get install v4l-utils