Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

67 lines (35 loc) · 3.18 KB

Changelog

0.2.2 (2024-09-25)

Bug Fixes

  • fps: apply staturation for the fps counter (76ed7e5)

Documentation

  • clarify some installation points (a3ea8ed)

0.2.1 (2024-09-16)

Bug Fixes

  • the build extension was failing (f75f493)

0.2.0 (2024-09-11)

Features

  • add YOLO detection system in pyvision (e620d22)
  • make the stream handler a threaded class again (d061efb)
  • opencv: allow str and int as source (ecf7406)
  • YuNet face detector (71f0ce1)

Bug Fixes

  • fps: wrong calculation (7b54a51)
  • opencv: let the device managed the exposure (c5b09ba)
  • opencv: queue size of 1 (18fffb6)
  • ui: fps counter was not visible (7cc164c)

Documentation

  • REAME: add some useful reference (2e3fd73)

0.1.0 (2024-07-29)

Features

  • allow to adjust brightness and contrast (2825606)
  • filters: introduce some filters. (2de2083)
  • use GPU for render and computing (378ecbf)

0.0.1 (2024-07-12)

Bug Fixes

  • camera select dropdown logic was incorrect. (4ef4b1e)
  • fix slow camera loading speed (abff429)
  • properly handling threads stop (b2ca118)

Documentation