Skip to content

Release 1.5.2

Compare
Choose a tag to compare
@tropicoo tropicoo released this 17 Oct 21:01
· 91 commits to master since this release

Release info

Version: 1.5.2

Release date: October 17, 2022

Important

  1. Added required port config variable for camera API section. Defaults to 80 in the config-template.json template. Just add it to your existing config and you're good.
  ...
  "camera_list": {
    "cam_1": {
      "api": {
        "host": "http://192.168.1.1",
        "port": 80,
        ...

New features

N/A

Misc

N/A