Realtime RPI Camera Streaming

  1. Run RPI Config util `sudo raspi-config` or the GUI config util
    1. Enable camera
    2. Optionally disable the GUI, enable ssh, change locale/keyboard/timezone/etc
  2. `apt-get update`
  3. `apt-get upgrade`
  4. `apt-get install vlc liblivemedia-dev liblog4cpp5-dev cmake livemedia-utils`
  5. Reboot
  6. `git clone https://github.com/mpromonet/v4l2rtspserver.git`
  7. `cd v4l2rtspserver`
  8. `cmake . && make`
  9. `./v4l2rtspserver....`

 

Notes

Women's March on Washington

Seems that I'll be attending the Women's March on Washington on 2017-01-21. It should be a great event and also a great opportunity to take a few photos. 

Getting there will be interesting given the number of people planning on attending. Plus they're limiting bag sizes and forbidding backpacks. This will make things hard on me as I'll have to keep anything I need in my pockets. 

WoW WTF In Git

Since I've started playing WoW again and doing a bit of multiboxing I figured out that keeping my WoW WTF folder in a Git repo is very handy. The WTF folder holds things like keybinds, window layouts, UI data, and addon data. 

With this setup I can use scripts and other tools to automatically make changes to my WTF files without fear of messing anything up in an irreparable way. Plus I can easily see changes to files and such. All it takes is a "git init" and then "git commit" after I run WoW or make any manual/scripted changes. 

Subscribe to