Skip to content

Commit

Permalink
Upgrade openCV version to fix camera releasing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OSadovy committed Dec 12, 2023
1 parent 34c4855 commit 594bb94
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified addon/globalPlugins/webcamHelper/3rdparty/cv2/cv2.cp37-win32.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion addon/globalPlugins/webcamHelper/3rdparty/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# custom built for 32 bit
yuface==2023.5.1
opencv-python-headless==3.4.2.17
opencv-python-headless==3.4.5.20
numpy==1.21.6
6 changes: 3 additions & 3 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ def _(arg):
if you are too close to the edge of the frame, which may indicate that you are too close to the edge of the camera's field of view."""
),
# version
"addon_version": "0.1",
"addon_version": "0.1.1",
# Author(s)
"addon_author": "Oleksii Sadovyi <lex.sadovyi@gmail.com>",
# URL for the add-on documentation support
"addon_url": None,
"addon_url": "https://github.com/OSadovy/webcam-helper-nvda-addon/",
# URL for the add-on repository where the source code can be found
"addon_sourceURL": None,
"addon_sourceURL": "https://github.com/OSadovy/webcam-helper-nvda-addon/",
# Documentation file name
"addon_docFileName": "readme.html",
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
Expand Down

0 comments on commit 594bb94

Please sign in to comment.