Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

20150331

Compare
Choose a tag to compare
@ccrisan ccrisan released this 31 Mar 17:49
· 130 commits to master since this release

What's new:

  • IP camera-related fixes
  • mjpeg streaming: authentication method is now configurable (it can be set to either disabled, basic or digest)
  • added support for downloading logs (for debugging purposes)
  • improved network share (NAS) compatibility
  • added support for more camera sensors (ov* series and others)
  • added (firmware) support for more wifi dongles

Automatic Update Note

The automatic update mechanism will probably not work due to a SSL certificate checking issue. If you want to use the update function, you'll need to manually patch a file on your sd card:

  1. log in using SSH or putty (see shell access)
  2. remount the filesystem read-write: mount -o remount,rw /
  3. edit the problematic file: nano /programs/motioneye/src/update.py
  4. add the following line at the beginning of the file: import ssl; ssl._create_default_https_context = ssl._create_unverified_context
  5. save and exit: Ctrl+O, Enter, Ctrl+X
  6. run the reboot command
  7. when your motionPie gets back, the update function should work just fine