Releases: roflcoopter/viseron
1.3.0 - Basic support for mjepg and bug fixes
Changes and new Features
- Support for mjpeg streams. To use it, add
stream_format: mjpeg
to your camera configuration.
This is not fully tested since i dont have access to an mjpeg camera.
Fixes
- Fixed
interval
for object detector and motion detector. It now allows floats. - No longer uses infinite memory when
lookback: 0
. - Fixed user supplied
codec
being overwritten bu default value.
Docker images are available on Docker Hub
roflcoopter/viseron
roflcoopter/viseron-cuda
roflcoopter/viseron-vaapi
roflcoopter/viseron-rpi
1.2.0 - Secrets and bug fixes
Changes and new Features
- You can now make use of a secrets.yaml to substitute values in your config file.
- Added some benchmarks to the README
Fixes
- Fixes issue with default motion detection config causing decoder to crash
Docker images are available on Docker Hub
roflcoopter/viseron
roflcoopter/viseron-cuda
roflcoopter/viseron-vaapi
roflcoopter/viseron-rpi
1.1.0
Breaking changes
Object detecion config has changed significantly.
You now specify confidence and min/max height/width per label, example:
labels:
- label: person
confidence: 0.9
- label: truck
Changes
- You can now specify object_detection and motion_detection config per camera. See README for further explanation
- Refactored Darknet. It is now faster and easier to understand
- Logging has been improved significantly to make it easier to spot errors in the ffmpeg decoder command
Fixes
- Fixes an error specifying codec in camera config
Docker images are available on Docker Hub
roflcoopter/viseron
roflcoopter/viseron-cuda
roflcoopter/viseron-vaapi
roflcoopter/viseron-rpi
1.0 Initial release
First release!
This is the first release of Viseron.
More features will be added as i go along.
Docker images are available on Docker Hub
roflcoopter/viseron
roflcoopter/viseron-cuda
roflcoopter/viseron-vaapi
roflcoopter/viseron-rpi
I hope you find this useful.