Samples: Improve benchmark reporting and add connect options - #294
Open
csu-bot-zivid wants to merge 1 commit into
Open
Samples: Improve benchmark reporting and add connect options#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
Benchmarking your system: - ZividBenchmark now records the standard deviation (stddev_ms) for each result, alongside the median and mean, in the CSV output. - The benchmark links to a new tutorial covering how to run it and turn the results into a report to share with us. - The README now lists a new Benchmarking Your System entry. Connect: - Connect now accepts --serial, --ip, and --hostname options so you can point it at your own camera instead of editing the source code. Continuous visualization samples: - CaptureVis3DInLoop and CaptureVis3DInLoopWithKeypressExit now capture in a background thread while the visualizer runs on the main thread. This fixes an issue where closing the window could hang, and capture errors are now reported instead of being silently dropped. Fixes and docs: - Shortened and clarified the description comments in several samples (CheckHealth, MeasureSceneConditions, CaptureHalconViaZivid, PoseConversions, UtilizeHandEyeCalibration, MultiCameraCalibration, StitchByTransformation, StitchByTransformationFromZDF, ReprojectPoints, StitchContinuouslyRotatingObject, TransformPointCloudViaArucoMarker, TransformPointCloudViaCheckerboard, ConvertZDF, and CaptureAndConvertToDlpackTensorOnCuda), and updated the README to match. - Added HALCON 25.11 and 26.05 Progress to the README's list of tested versions.
csu-bot-zivid
force-pushed
the
2026-07-29-update-cpp-samples
branch
from
August 21, 2026 14:31
8526258 to
a6ee2cb
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.
Benchmarking your system
ZividBenchmarknow records the standard deviation (stddev_ms) foreach result, alongside the median and mean, in the CSV output.
it, turn the results into a report, and share it with us.
Connect
Connectnow accepts--serial,--ip, and--hostnameoptions,so you can point it at your own camera from the command line instead
of editing the source code.
Continuous visualization samples
CaptureVis3DInLoopandCaptureVis3DInLoopWithKeypressExitnowcapture in a background thread while the visualizer runs on the main
thread. This avoids a case where closing the visualizer window could
hang, and capture errors are now reported instead of being silently
dropped.
Fixes and docs
CheckHealth,MeasureSceneConditions,CaptureHalconViaZivid,PoseConversions,UtilizeHandEyeCalibration,MultiCameraCalibration,StitchByTransformation,StitchByTransformationFromZDF,ReprojectPoints,StitchContinuouslyRotatingObject,TransformPointCloudViaArucoMarker,TransformPointCloudViaCheckerboard,ConvertZDF, andCaptureAndConvertToDlpackTensorOnCuda. The README descriptions wereupdated to match.
versions.