Releases: seydx/camera.ui
Releases · seydx/camera.ui
v1.1.17
v1.1.16
Notable Changes
- API:
- New endpoint
/api/system/disk
- New endpoint
- Charts:
- Added new chart
disk load
- Added new chart
- 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
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).
- Added
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
Other Changes
- MQTT: When motion is detected, two MQTT messages are now published on following topics:
- camera.ui/notifications: Contains all notifications AFTER motion has been detected AND recorded.
- 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
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
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)
- Top level
- 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
v1.1.9
v1.1.8
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
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