Samples: Add GPU/CUDA samples and update for SDK 2.18.0#229
Merged
Conversation
a7d45b9 to
99a1029
Compare
99a1029 to
db26496
Compare
92efca5 to
e685286
Compare
e685286 to
3d123c8
Compare
blauer4
approved these changes
Jul 10, 2026
3d123c8 to
68d9aa7
Compare
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.
68d9aa7 to
3386dbe
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Python samples for Zivid SDK 2.18.0, headlined by a new
set of GPU/CUDA samples plus several new and improved samples.
New GPU samples (
source/applications/advanced/cuda)image buffer as a CuPy array without copying it through CPU memory.
point cloud and render it interactively using CUDA-OpenGL interop,
copying device-to-device without a CPU round-trip.
GPU image into a PyTorch/torchvision segmentation model zero-copy.
Other new samples
binary mask, and visualize it.
number, IP address, or hostname.
with diagnostics and create a file camera from it.
thread while capturing in the main thread.
Updated samples
decoding, report bounding boxes, and add the ITF format.
read a ZDF file's frame type.
diagnostics frame.
the region-of-interest mask API and a ZDF file camera.
workspace ROI box defined in the robot base frame.
file cameras from ZDF files with diagnostics.
camera-side Ethernet link speed.
Fixes and docs
plus a few docstring corrections.