-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Color image ISO speed for Capture (#176) * Fixing the context manager for playback objects (#181) * Fix: setuptools 67 needs python_requires instead of install_requires (#196) * Added method for getting the extrinsic transformation parameters (#192) * update python versions for github actions (#197) * Update black, flake8 and mypy (#198) --------- Co-authored-by: Johan von Forstner <johan.vonforstner@paradoxcat.com> Co-authored-by: Louis-Philippe Asselin <lpasselin@users.noreply.github.com> Co-authored-by: David Dunn <qenopster@gmail.com> Co-authored-by: David Dunn <dunn@qti.qualcomm.com> Co-authored-by: Ilya Gruzinov <igruzinov@yandex.ru> Co-authored-by: annStein <43335656+annStein@users.noreply.github.com> Co-authored-by: steinimoto <as@motognosis.com> Co-authored-by: Justin <lego.man.123@hotmail.com> Co-authored-by: CMU <ch.chrismuller@pm.me> Co-authored-by: Marcel Egle <97447968+EgleM2022@users.noreply.github.com>
- Loading branch information
1 parent
2791f6e
commit 8c15316
Showing
18 changed files
with
142 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
black==22.3.0 | ||
flake8==3.8.3 | ||
isort==5.4.2 | ||
flake8-isort==4.0.0 | ||
mypy==0.782 | ||
mypy-extensions==0.4.3 | ||
pytest==6.0.1 | ||
pytest-cov==2.10.1 | ||
black~=23.1.0 | ||
flake8~=5.0.4 | ||
isort~=5.11.5 | ||
flake8-isort~=6.0.0 | ||
mypy==0.991 | ||
mypy-extensions~=0.4.3 | ||
pytest~=7.2.1 | ||
pytest-cov~=4.0.0 | ||
dataclasses==0.6; python_version<"3.7" | ||
opencv-python-headless~=4.7.0.68 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.