github openmiko/openmiko v0.0.41-alpha.2
Release v0.0.41-alpha.2

latest release: v1.0.0-alpha.1
pre-release22 months ago

Thanks to https://github.com/jricks92 for this release.

  • Adds option for specifying a dedicated swap partition using SWAPFILE variable in openmiko.conf
  • Adds option for specifying which partition and filesystem type is used to mount to /sdcard using SD_PARTITION and SD_FILESYSTEM variables in openmiko.conf. This has been tested so far with vfat and ext2 fs types, but other should work there are filesystem drivers for them..
  • Adds option for specifying a custom videocapture_settings.json file using the VIDEO_CAPTURE_SETTINGS variable in openmiko.conf
  • Adds option for specifying custom autonight parameters from within openmiko.conf using the AUTONIGHT_PARAMS variable.
  • Adds option for disabling LEDs in openmiko.conf with variable DISABLE_LEDS=1. This is useful for me since I use a camera as a baby monitor and don't want the blinking lights to wake the baby.
  • Adds option for not using AUTH_REALM for RTSP stream password (I always have trouble with using it, so I wanted an option to disable it)
  • Adds option for enabling or disabling audio support via the ENABLE_AUDIO variable in openmiko.conf (for those that like to live on the edge 🙂)
  • Add option for specifying how many video loopback devices there are in an attempt to hopefully reduce memory consumption.
  • This requires setting up to 3 variables in openmiko.conf. I've arbitrarily set this for up to 3 loopback devices max for now. But we can add more if needed. The env variables for this are VIDEO_DEV_X where x is 1, 2, or 3.
  • I've also added /etc/videocapture_settings_1_encoder.json as an alternative videocapture_settings.json file with only 1 encoder for RTSP.
  • Implement proper restart/reload commands for S60camera init script.

Don't miss a new openmiko release

NewReleases is sending notifications on new releases.