Skip to content

Tags: blueOkiris/bgrm

Tags

v11

Toggle v11's commit message

Unverified

This user has not yet uploaded their public signing key.
pyproject: version bump

Signed-off-by: Dylan Turner <dylan.turner@tutanota.com>

v10

Toggle v10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v9

Toggle v9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implemented video file removal (#22)

v8

Toggle v8's commit message
pyproject.toml: bumped version number

v7

Toggle v7's commit message
pyproject.toml: bumped version number

v6

Toggle v6's commit message
pyproject.toml: pypi sucks so I can't replace versions

v5

Toggle v5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v22.66.2

Toggle v22.66.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v21.1231.1238

Toggle v21.1231.1238's commit message
Fixed dependency issues and brought libraries to modern versions

v21.1023.1350

Toggle v21.1023.1350's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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