-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Samples: Add loading projector image with Zivid API
Current samples load an image of arbitrary resolution. OpenCV is then used to resize the image to match the resolution of the Zivid camera projector. In this commit, we are adding options to load an image that matches the resolution of the camera projector, using Zivid API.
- Loading branch information
1 parent
e4654f2
commit 82fa18a
Showing
2 changed files
with
57 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated file, do not edit @ 2023-10-30 22:22:03 | ||
# | ||
# Command: | ||
# python infrastructure/tools/dependency_updater/dependency_updater.py --remote-update --remote-name origin --base-branch master --access-token <ACCESS_TOKEN> | ||
# | ||
# To update all Python requirements and constraints manually, you should run: | ||
# | ||
# python infrastructure/tools/dependency_updater/dependency_updater.py | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --all-extras --extra-index-url=http://se-ci-elastic-server-1.localdomain:8081/artifactory/api/pypi/zivid-pypi/simple --output-file=sdk/samples/public/python/pyproject.constraints --strip-extras --trusted-host=se-ci-elastic-server-1.localdomain sdk/samples/public/python/pyproject.toml | ||
# | ||
--extra-index-url http://se-ci-elastic-server-1.localdomain:8081/artifactory/api/pypi/zivid-pypi/simple | ||
--trusted-host se-ci-elastic-server-1.localdomain | ||
|
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