Skip to content

Samples: Improve benchmark reporting and add connect options - #294

Open
csu-bot-zivid wants to merge 1 commit into
masterfrom
2026-07-29-update-cpp-samples
Open

Samples: Improve benchmark reporting and add connect options#294
csu-bot-zivid wants to merge 1 commit into
masterfrom
2026-07-29-update-cpp-samples

Conversation

@csu-bot-zivid

@csu-bot-zivid csu-bot-zivid commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

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 now links to a new tutorial that explains how to run
    it, turn the results into a report, and share it with us.
  • The README lists this under a new Benchmarking Your System entry.

Connect

  • Connect now accepts --serial, --ip, and --hostname options,
    so you can point it at your own camera from the command line 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 avoids a case where closing the visualizer 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. The README descriptions were
    updated to match.
  • Added HALCON 25.11 and 26.05 Progress to the README's list of tested
    versions.

@csu-bot-zivid
csu-bot-zivid force-pushed the 2026-07-29-update-cpp-samples branch 7 times, most recently from b5772a1 to ed3fb61 Compare August 4, 2026 07:01
@csu-bot-zivid csu-bot-zivid changed the title Samples: Automatic updates to public repository Samples: Add CLI options to Connect; fix live 3D visualization Aug 4, 2026
@csu-bot-zivid
csu-bot-zivid force-pushed the 2026-07-29-update-cpp-samples branch from ed3fb61 to 8526258 Compare August 17, 2026 12:44
@csu-bot-zivid csu-bot-zivid changed the title Samples: Add CLI options to Connect; fix live 3D visualization Samples: Add benchmark reports and robust live visualization Aug 17, 2026
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
csu-bot-zivid force-pushed the 2026-07-29-update-cpp-samples branch from 8526258 to a6ee2cb Compare August 21, 2026 14:31
@csu-bot-zivid csu-bot-zivid changed the title Samples: Add benchmark reports and robust live visualization Samples: Improve benchmark reporting and add connect options Aug 21, 2026
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.

1 participant