Skip to content

Instantly share code, notes, and snippets.

@jmrr
jmrr / mythtv-ubuntu-backend.md
Last active August 29, 2015 14:16
MythTV backend setup on Ubuntu

MythTV Ubuntu backend configuration

Installation

Check your system info

uname -a

Upgrade Linux Kernel to 3.16 if necessary. Alternatively, install or upgrade to Ubuntu 14.10, as default kernel is 3.16

Connect PCTV device and check status of the card

@jmrr
jmrr / calibrate_android_atan
Last active August 29, 2015 14:08
Calibrating Android device with ATAN calibration model and ROS
# Previous step: Launch prepare-videochat.sh [an Android to v4l2loopback driver]
cd ~/Applications/ipwebcam-gst # Modify to the pertinent location of ipwebcam-gst
# Start ROS
roscore
# Run gscam (change location of device if different than /dev/video0)
roscd gscam
cd bin