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
+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