Skip to content

Releases: seydx/camera.ui

v1.1.17

24 Apr 15:52
Compare
Choose a tag to compare

Bugfixes

  • Several issues that caused the process to crash have been fixed

v1.1.16

24 Apr 15:06
Compare
Choose a tag to compare

Notable Changes

  • API:
    • New endpoint /api/system/disk
  • Charts:
    • Added new chart disk load
  • Widgets:
    • Added new widget to view the available and used disk space

Other Changes

  • Added disk space information to Settings > Recordings
  • Added check of storage space for motion events to avoid recording when storage space is low
  • Simplified Add Camera through UI
  • Minor UI improvements

Bugfixes

  • Fixed an issue where removing a camera via the user interface did not destroy the camera controller
  • Minor bugfixes

v1.1.15

24 Apr 00:21
Compare
Choose a tag to compare

Notable Changes

  • Config:
    • Added "motionDelay" parameter to the camera block. Motion Delay: The number of seconds to wait to trigger the motion sensor after a motion event is received from e.g. MQTT, SMTP, FTP or HTTP (this can be useful if you use an external motion sensor and the camera feed lags several seconds behind the event).

Other Changes

  • Minor UI improvements
  • Bump dependencies

Bugfixes

  • Fixed an issue where replacing deprecated ffmpeg args failed due to invalid ffmpeg version

v1.1.14

23 Apr 16:33
Compare
Choose a tag to compare

Other Changes

  • MQTT: When motion is detected, two MQTT messages are now published on following topics:
    1. camera.ui/notifications: Contains all notifications AFTER motion has been detected AND recorded.
    2. camera.ui/motion (can be changed in the interface): Contains motion event (before something is recorded).
  • Deprecated FFmpeg arguments will be auto replaced now
  • Minor improvements to probe stream

Bugfixes

  • Fixed an issue where changing camera settings via the interface did not work

v1.1.13

23 Apr 06:23
Compare
Choose a tag to compare

Other Changes

  • Improved probe stream
  • Minor improvements
  • Bump dependencies

Bugfixes

  • Fixed an issue where recording information such as motion label was not correctly saved in the image data
  • Fixed an issue where prebuffering and/or video analysis was started for disabled cameras anyway
  • Minor bugfixes

v1.1.11

22 Apr 22:20
Compare
Choose a tag to compare

Notable Changes

  • Interface:
    • Recordings: The recordings section has been redesigned and now includes another list mode to view the recordings. The filter function has been redesigned.
    • Camera: Added a new endpoint for direct streaming (/cameras/:name/feed)
    • Cameras: The cameras section has been redesigned and now includes another list mode to view the cameras.
    • Notifications: The filter function has been redesigned.
    • Console: Added a new filter function
    • System: Improved loading time (npm)
  • Config:
    • Top level "debug" in config.json is deprecated now. Replaced with "logLevel". Log Level: Show only defined log level. (Info = Show informative messages during processing. This is in addition to warnings and errors - Debug: Show everything, including debugging information - Warning: Show only warnings and errors - Error: Show only errors)
  • MQTT: When motion is detected, the messages are now also published via MQTT to the topic configured under Settings > Cameras > Notifications > MQTT Publish Topic

Other Changes

  • Minor UI improvements
  • Minor logger improvements
  • Bump dependencies
  • Downgrade ffmpeg-for-homebridge

Bugfixes

  • Minor bugfixes

v1.1.10

17 Apr 00:17
Compare
Choose a tag to compare

Other Changes

  • Enabled Web Assembly for better streaming performance within web browser
  • Minor UI improvements
  • Changed to @seydx/jsmpeg
  • Bump dependencies

v1.1.9

16 Apr 11:33
Compare
Choose a tag to compare

Bugfixes

  • Fixed minor issues with FFmpeg v5

v1.1.8

16 Apr 06:00
Compare
Choose a tag to compare

Other Changes

  • Minor recording improvements

Bugfixes

  • Fixed an issue where the notification in the interface referred to a saved recording even though recordings were disabled
  • Fixed an issue where the recorded video could not be sent via Telegram
  • Fix ffmpeg command -stimeout
  • Minor bugfixes

v1.1.7

15 Apr 21:26
Compare
Choose a tag to compare

Other Changes

  • i18n: Thai (th) language added by @tomzt
  • i18n: French (fr) language added by @NebzHB
  • i18n: Spanish (es) language added by @mastefordev
  • Added a new config.json tab to Interface > Settings > System
  • Improved videoanalysis
  • Minor UI improvements
  • Bump dependencies

Bugfixes

  • Fixed an issue where pinging camera sources with non-break spaces failed
  • Fixed an issue where Doorbell Topic and Message were not displayed in the interface
  • Fixed an issue where changing recordOnMovement in the ui settings was resetted after restart
  • Fixed an issue where notifications were saved to the database even if the notifications were disabled in the settings
  • Fixed an issue where Telegram sometimes could not send videos
  • Fixed tests
  • Minor bugfixes