Samples: Add CLI options, benchmark reporting, and threading fix - #294
Open
csu-bot-zivid wants to merge 1 commit into
Open
Samples: Add CLI options, benchmark reporting, and threading fix#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
7 times, most recently
from
August 4, 2026 07:01
b5772a1 to
ed3fb61
Compare
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
from
August 17, 2026 12:44
ed3fb61 to
8526258
Compare
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
from
August 21, 2026 14:31
8526258 to
a6ee2cb
Compare
Connect sample: - Add --serial, --ip, and --hostname options so you can connect using your own camera's identifiers instead of editing the source code. Continuous 3D visualization samples: - CaptureVis3DInLoop and CaptureVis3DInLoopWithKeypressExit now capture on a background thread while the visualizer runs on the main thread, so capture errors are reported correctly instead of being silently lost. ZividBenchmark sample: - Benchmark results can now include timing standard deviation, making it easier to build a report you can share with us. See the new "Benchmarking Your System" tutorial linked from the README. Fixes and docs: - Extend the tested HALCON version list with 25.11 Progress and 26.05 Progress. - CorrectCameraInField: correct wording to "trueness error" (was "accuracy error"). - Clarify sample descriptions in the README and in several sample file headers (Connect, CaptureHalconViaZivid, CheckHealth, MeasureSceneConditions, ConvertZDF, and others).
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
from
September 2, 2026 07:53
a6ee2cb to
995fbe9
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 sample
--serial,--ip, and--hostnamecommand-line options, soyou can connect to your camera using your own identifiers without
editing the source code.
Continuous 3D visualization samples
CaptureVis3DInLoopandCaptureVis3DInLoopWithKeypressExitnowcapture on a background thread while the visualizer runs on the
main thread. Capture errors are now reported instead of being
silently swallowed.
ZividBenchmark sample
deviation, alongside the existing median and mean.
which explains how to turn the results into a report you can
share with us.
Fixes and docs
26.05 Progress.
CorrectCameraInField: corrected wording from "accuracy error"to "trueness error" in the console output.
the corresponding source file headers (Connect,
CaptureHalconViaZivid, CheckHealth, MeasureSceneConditions,
ConvertZDF, CaptureAndConvertToDlpackTensorOnCuda,
PoseConversions, UtilizeHandEyeCalibration,
MultiCameraCalibration, StitchByTransformation,
StitchByTransformationFromZDF, ReprojectPoints,
StitchContinuouslyRotatingObject, TransformPointCloudViaArucoMarker,
TransformPointCloudViaCheckerboard).