Skip to content

Releases: seydx/homebridge-camera-ui

v4.2.8

19 Sep 15:49
Compare
Choose a tag to compare

Other changes

  • Homebridge UI:
    • Config UI X now displays an error message if the connection to the camera is not possible
  • Interface/Homebridge:
    • Added new stimeout option to videoConfig in config.json to prevent hanging ffmpeg processes
  • Bump dependencies

v4.2.7

29 May 09:58
Compare
Choose a tag to compare

Other changes

  • Bump dependencies

v4.2.6

17 May 20:32
Compare
Choose a tag to compare

Other changes

  • Interface:
    • Added ping timeout to camera settings
  • Bump dependencies

v4.2.5

08 May 03:10
Compare
Choose a tag to compare

Other changes

  • Plugin:
    • Changed getPort with pick-port
  • Homebridge UI:
    • Get ffmpeg path from ffmpeg-for-homebridge if no videoProcessor is set up in config.json
  • Bump dependencies

Bugfixes

  • Fixed an issue where actionsheets buttons were also displayed with show=false
  • Fixed an issue where the Fullscreen button was also displayed on mobile devices (camview)
  • Minor plugin bugfixes

v4.2.4

06 May 21:05
Compare
Choose a tag to compare

Other changes

  • Server:
    • Improvements in image rekognition. Replaced node-rekognition with @aws/client-rekognition
  • Interface:
    • Added auto darkmode switch to settings to automatically switch darkmode based on system settings (if supported)
    • Added support for multi-layer configuration for camview. It is now possible to dynamically store each number of displayed videos separately in localStorage and call the layout. Fully automatic!
  • Bump dependencies

Bugfixes

  • Fixed an issue where an empty image buffer crashed image rekognition
  • Fixed an issue where changing layout (adding or removing camera via actionsheet) does not work properly
  • Minor UI bugfixes

v4.2.3

06 May 09:19
Compare
Choose a tag to compare

Bugfixes

  • Fixed an issue where config button does not load config.schema.json if no plugin configuration is found
  • Minor homebridge-ui bugfixes

v4.2.2

06 May 03:43
2be7248
Compare
Choose a tag to compare

Bugfixes

  • Fixed an issue where missing plugin config crashed homebridge (again)

v4.2.1

06 May 01:56
Compare
Choose a tag to compare

Other changes

  • Interface:
    • Added fullscreen button to bottom actionsheet (camview)
    • Changed recording subtitle from Type - Date to Type - Room (recordings)
    • Added additional media queries to recording cards
    • Minor UI improvements

Bugfixexs

  • Fixed an issue where missing plugin config crashed homebridge
  • Minor UI bugfixes

v4.2.0

05 May 18:20
Compare
Choose a tag to compare

Notable changes

  • Config UI X:
    • Plugin UI Utils was integrated into camera.ui! Via the plugin settings (Config UI X > Plugins > homebridge-camera-ui > Settings) it is now possible to see the livestream of any camera entered in config.json within Config UI X.

v4.1.2

05 May 01:18
Compare
Choose a tag to compare

Other changes

  • Server/Interface
    • Instead of a JSON payload only the buffer of the stream is sent to increase the performance of socket.io

Bugfixexs

  • Minor UI bugfixes