Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Releases: shoeffner/cvloop

Version 0.3.1

26 Jan 13:05
0.3.1
d771f7d

Choose a tag to compare

  • When supplying a path, the webcam no longer takes precedence.

Version 0.3.0

26 Jan 00:59
0.3.0
8e4fcb8

Choose a tag to compare

  • Classes instead of functions to handle state.
  • DrawHat feature (by @justinshenk)
  • Video controls: Pause button + stop on figure closing.

Version 0.2.0

20 Dec 13:00
0.2.0
dc7d4cc

Choose a tag to compare

  • Animation with blits instead of draws.
  • Matplotlib selects nbAgg if the backend is inline automatically.
  • Removing %matplotlib notebook from examples.
  • Updated documentation notebooks: removing print_info, as it is no longer supported.
  • Added note about keeping a reference to the loop's return value.