From e23af7c9ea8a7f06cfb7180fa45f3168be241ab7 Mon Sep 17 00:00:00 2001 From: Andrew B Date: Thu, 28 May 2020 16:23:56 +0300 Subject: [PATCH] minor update in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75087a2..a712e58 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ See https://github.com/bibigone/k4a.net/releases * Build solution (`Ctrl+Shift+B`) * After that you can run and explore samples: * `K4AdotNet.Samples.Core.BodyTrackingSpeed` — sample .NET Core 3.1 console application to measure speed of Body Tracking. + * `K4AdotNet.Samples.Core.Recorder` — sample .NET Core 3.1 console application to record data from Azure Kinect device to MKV file. * `K4AdotNet.Samples.Wpf.Viewer` — sample WPF application to demonstrate usage of Sensor API and Record API. * `K4AdotNet.Samples.Wpf.BodyTracker` — sample WPF application to demonstrate usage of Body Tracking API. * `K4AdotNet.Samples.Wpf.BackgroundRemover` — sample WPF application implementing the background removal effect for color picture with the help of depth data.