#!/bin/bash # Use QRcodes to encode timestamp and gps location into a png once a second # by Ben Ward (http://badgertrack.com) # Here would be a good place to start gpsd, but I start it in another window so I can debug it # gpsd -b -n /dev/rfcomm4 # kick off VLC with mosaic for the qrcode overlay and detatch from terminal /usr/bin/vlc --vlm-conf ./pip2.vlm --no-media-library --no-video-title --mosaic-keep-picture --extraintf logger --logfile ./vlc.log & # Run the python gps->qrcode prog python ./gps2qrcode.py