Added bus_info for v4l2. Added optional forcing OpenCV or V4L2. Added non-linear transform. Added transparent overlay.

This commit is contained in:
Josh Miklos
2020-06-22 16:09:34 -07:00
parent 823bb3e173
commit b8453da881
24 changed files with 334 additions and 719 deletions
+3 -3
View File
@@ -14,10 +14,10 @@ jobs:
with:
python-version: 3.7
- uses: dschep/install-poetry-action@v1.2
- name: Install dependencies
run: poetry install
- name: Install and build
run: pip install .
- name: Build with Poetry
run: poetry build
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
+2 -3
View File
@@ -18,8 +18,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- uses: dschep/install-poetry-action@v1.2
- name: Install dependencies
run: poetry install
run: pip install .
- name: Test with tox
run: poetry run tox -p auto -o
run: tox -p auto -o