Samples: Add CLI options to Connect; fix live 3D visualization - #294
Open
csu-bot-zivid wants to merge 1 commit into
Open
Samples: Add CLI options to Connect; fix live 3D visualization#294csu-bot-zivid wants to merge 1 commit into
csu-bot-zivid wants to merge 1 commit into
Conversation
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
6 times, most recently
from
August 3, 2026 10:58
3d25658 to
b5772a1
Compare
Connect: - Connect now accepts --serial, --ip, and --hostname options to specify camera identifiers instead of editing the source code. Live 3D visualization: - CaptureVis3DInLoop and CaptureVis3DInLoopWithKeypressExit now run the visualizer on the main thread while capturing in the background. This fixes issues on some platforms and reports capture errors instead of failing silently. Fixes and docs: - Update the list of tested HALCON versions in the README (adds 25.11 Progress-Steady and 26.05 Progress). - Tidy wording in the DLPack tensor sample description.
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
from
August 4, 2026 07:01
b5772a1 to
ed3fb61
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.
Connect
Connectsample now accepts--serial,--ip, and--hostnamecommand-line options, so you can point it at yourcamera without editing the source code.
Live 3D visualization
CaptureVis3DInLoopandCaptureVis3DInLoopWithKeypressExitnowrun the visualizer on the main thread and capture frames on a
background thread. This avoids issues seen on some platforms
when the visualizer ran off the main thread, and any error that
occurs during capture is now reported instead of being silently
swallowed.
Fixes and docs
include 25.11 Progress-Steady and 26.05 Progress.
the README.