Skip to content

v2024.8.0 YANKED

Compare
Choose a tag to compare
@georgy7 georgy7 released this 01 Sep 06:07
· 57 commits to main since this release

Added

  • GUI application written in Tkinter. You can run it like this: catmanager
  • System option --live-preview (GUI related; it is unlikely you will ever want to use it).

Changed

  • The WARN overlay becomes optional. These warnings embedded in the video stream are quite useless for casual users who run the script manually, and whose data is not related to CCTV. #26

Fixed

  • We have eliminated network-related delays on some platforms (mostly Windows) by switching to pipes. Now the script writes uncompressed stream of pixels to the FFmpeg standard input. Thus, on some systems, the execution was accelerated three times. #19

Removed

  • Web server. Now the port settings are deprecated and do not affect anything. In addition, firewall warnings will no longer appear.