Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples: Automatic updates to public repository #171

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

csu-bot-zivid
Copy link
Contributor

Remember to do the following:
1. Ensure that modified/deleted/new files are correct
2. Make this commit message relevant for the changes
3. Force push
4. Delete branch after PR is merged

If this commit is an update from one SDK version to another,
make sure to create a release tag for previous version.

@csu-bot-zivid csu-bot-zivid force-pushed the 2023-12-14-update-python-samples branch 15 times, most recently from 3ca83b6 to b61aeef Compare December 19, 2023 10:44
This commit
* Adds projection samples project_image_start_and_stop.py and
read_and_project_image.py. The samples respectively,
    * Show how to start and stop image projection with the projector.
    * Show how to create a projector image from a 2d image from file and
    project it.
See support.zivid.com/en/latest/academy/camera/2d-image-projection.html
for details.
* Adds verify_camera_in_field_from_zdf.py to check dimension trueness of
a Zivid camera from a ZDF file. This allows the camera to be verified
while it is running in production.
* Modifies capture_2d_and_3d.py to use a new API function call;
zivid.Pixelmapping. The API function simplifies mapping from a full
resolution 2d image to a subsampled point cloud since 2.11 adds
4x4subsampling. See
support.zivid.com/en/latest/academy/applications/piece-picking/
2d3d-strategy.html and support.zivid.com/en/latest/academy/
camera/monochrome-capture.html for details.
* Modifies samples that output camera info to also output the camera
state. SDK 2.11 adds camera status to camera state. The camera status
shows if a camera is available, inaccessible, busy, requires firmware
update, etc. This is a result of improved network discovery.

See the SDK Changelog
support.zivid.com/en/latest/api-reference/changelog.html#sdk-changelog
for further details.
@annfrid annfrid force-pushed the 2023-12-14-update-python-samples branch from b61aeef to 51ce1cd Compare December 19, 2023 12:46
Copy link
Contributor

@annfrid annfrid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving automatic updates to public repository.

@annfrid annfrid merged commit e4654f2 into master Dec 19, 2023
3 checks passed
@annfrid annfrid deleted the 2023-12-14-update-python-samples branch December 19, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants