github roflcoopter/viseron v1.10.0
1.10.0 - UI!

latest releases: v3.0.0b10, v3.0.0b9, v3.0.0b8...
2 years ago

The work on a UI has started thanks to @danielperna84
As of now you can view your MJPEG streams, watch recordings and also change the config.yaml file from the interface.

There are also new Contribution guidelines which hopefully makes it easier for folks to dive into the project.

Breaking changes

  • Decoder h264_nvv4l2dec and hevc_nvv4l2dec is no longer available for the Jetson Nano.
    Use h264_nvmpi or hevc_nvmpi instead.
  • Frames that are older than two seconds will now be dropped from the detection queue.
    If you have a slow system you might have to raise this number by using the max_frame_age config option.

New features

  • We now have a basic UI!
    Thanks to @danielperna84 the work on a UI has begun.
    Functionality is right now pretty limited, but will be improved upon.
    By releasing this we hope to get some more contributors on board.
  • New config option device for edgetpu detector.
    Lets you specify which EdgeTPU device to use if you have multiple.
  • New config option mask under a cameras object_detection block.
    Use this to completely ignore objects that are within the mask.
    Closes #199
  • There are now multiple kinds of motion detectors. Check out Background subtractor MOG2 which might be more reliable for you.
    • Background subtractor (the default, same motion detection as always)
    • Background subtractor MOG2
  • The status sensor for each camera now has a new state, disconnected, when cameras cant be reached.
    Use this information to know if Viseron is connected to all your cameras and possibly send an alarm on disconnects.
  • New config option max_frame_age. Frames that are older than this number will be dropped from the detection queue.
    If you have a slow system you might need to raise this number.

Changes

  • Jetson Nano image now defaults to h264_nvmpi and hevc_nvmpi decoders.
  • Upgrade to CUDA 11.4.1 for amd64-cuda-* images

Fixes

  • Fixed a bug that could cause object detection to return duplications across all cameras when running YOLO on CUDA

Docker images will be on Docker Hub shortly

Automatically generated changelog

New Contributors

Full Changelog: v1.9.0...v1.10.0

Don't miss a new viseron release

NewReleases is sending notifications on new releases.