Giter Site home page Giter Site logo

webcam-helper-nvda-addon's Introduction

Webcam helper NVDA Addon

This addon for NVDA, a free and open source screen reader for Microsoft Windows helps you to get a better shot at video calls by giving instructions about how to position yourself in front of camera. It uses facial recognition and image processing to detect if you are off to either side or vertically, as well as if the ilumination is enough.

Installation

This addon contains binary dependencies which require Visual C++ Redistributable for 32-bit platform, direct download from Microsoft

Usage

After installing the addon, press NVDA+shift+w and follow the instructions. After you hear the message "The face is well positioned" - you can press the escape key to stop the function and release your camera.

Development conventions

Since this is an addon for NVDA, the code runs inside the screen reader process, so it has to work under a specific runtime (Python 3.7 32bit) and bring its dependencies with itself. Also established code style in NVDA is different from that of pep8 for historical reasons, but it is followed here for consistency.

webcam-helper-nvda-addon's People

Contributors

cary-rowen avatar kostenkov-2021 avatar osadovy avatar rmcpantoja avatar vovamobile avatar

Stargazers

 avatar  avatar

Watchers

 avatar

webcam-helper-nvda-addon's Issues

please add Webcam helper support on NVDA 2024.1

Hi, I've checked the NVDA logs about the Webcam helper add-on, and I'm using NVDA 2024.1, please fix this error if you have time.

ERROR - globalPluginHandler.listPlugins (22:35:09.886) - MainThread (7704):
Error importing global plugin webcamHelper
Traceback (most recent call last):
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\3rdparty\numpy\core\__init__.py", line 22, in <module>
    from . import multiarray
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\3rdparty\numpy\core\multiarray.py", line 12, in <module>
    from . import overrides
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\3rdparty\numpy\core\overrides.py", line 7, in <module>
    from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "globalPluginHandler.pyc", line 23, in listPlugins
  File "importlib\__init__.pyc", line 126, in import_module
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\__init__.py", line 11, in <module>
    import numpy as np
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\3rdparty\numpy\__init__.py", line 150, in <module>
    from . import core
  File "C:\Users\muham\AppData\Roaming\nvda\addons\webcamHelper\globalPlugins\webcamHelper\3rdparty\numpy\core\__init__.py", line 48, in <module>
    raise ImportError(msg)
ImportError: 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.11 from "C:\Program Files (x86)\NVDA\nvda.exe"
  * The NumPy version is: "1.21.6"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: No module named 'numpy.core._multiarray_umath'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.