From 54461ff2c092848a0bc6b06b86f07ef750e66967 Mon Sep 17 00:00:00 2001 From: asiryan Date: Fri, 12 Jul 2024 19:42:59 +0300 Subject: [PATCH] Update version and small fix --- sources/UMapx.Video.RealSense.csproj | 8 ++++---- sources/Video/RealSense/RealSenseVideoSource.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/UMapx.Video.RealSense.csproj b/sources/UMapx.Video.RealSense.csproj index badfa0d..5278087 100644 --- a/sources/UMapx.Video.RealSense.csproj +++ b/sources/UMapx.Video.RealSense.csproj @@ -3,9 +3,9 @@ netstandard2.0 UMapx sub-library for interacting with Intel RealSense Depth cameras. - 6.0.1.1 - 6.0.1.1 - 6.0.1.1 + 6.1.0.1 + 6.1.0.1 + 6.1.0.1 https://github.com/asiryan/UMapx Open-source image video signal processing stereo depth intel realsense camera umapx @@ -40,7 +40,7 @@ - + diff --git a/sources/Video/RealSense/RealSenseVideoSource.cs b/sources/Video/RealSense/RealSenseVideoSource.cs index ff999da..4ddd0b6 100644 --- a/sources/Video/RealSense/RealSenseVideoSource.cs +++ b/sources/Video/RealSense/RealSenseVideoSource.cs @@ -15,7 +15,7 @@ namespace UMapx.Video.RealSense /// https://www.intelrealsense.com/stereo-depth/ /// /// - public class RealSenseVideoSource : IVideoDepthSource, IDisposable + public class RealSenseVideoSource : IVideoDepthSource { #region Fields