From d09d0d70af11635f45fa6e0d0cf973795c384497 Mon Sep 17 00:00:00 2001 From: "VRTINY\\DIS" Date: Thu, 7 Nov 2024 14:12:07 +0100 Subject: [PATCH] cwipc_timing implemented. Closes #144. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3f480..564ed4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Realsense capturer can now record during live capture, using `system.record_to_directory` config setting. (#119) - Debian packages for Ubuntu 24.04 (#143), for the time being without Kinect and Realsense support. - Android-arm64 build added (#91), untested for now. +- New tool `cwipc_timing` helps with determining whether cameras are correctly synchronized. (#144) ### Changed