You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch to properly support Python 3.8 (#23)
* settings.py: switched to importing tuple type to support python 3.8
* pyproject.toml: bumped version number
Rework app to use poetry in order to potentially distribute on pypi (…
…+ New Release and Refactor) (#21)
* Moved non-python stuff out of the way
* .gitignore: added poetry dist/ folder
* pyproject.toml: added initial poetry build
* requirements.txt: moved to old stuff
* Refactored settings to remove useless args and auto-grab the virtual devices
* Refactored camera to contain bg removal code within
* Moved virtual cam formatting and stuff to separate 'VirtCam' class
* README.md: adjusted build steps to match new build system
New version of Background Remover (#9)
- Dependency on distro's v4l2loopback kernel module
- Blur feature
- Disable Window feature
- Set up to be easier to make into a package