Added bus_info for v4l2. Added optional forcing OpenCV or V4L2. Added non-linear transform. Added transparent overlay.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user