From 28b69fe84d11079abd80a7531423538b79601bec Mon Sep 17 00:00:00 2001 From: Martin Ivanov Date: Tue, 10 Sep 2024 13:41:21 +0300 Subject: [PATCH] Update getting-started.md --- controls/radwebcam/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controls/radwebcam/getting-started.md b/controls/radwebcam/getting-started.md index 189ef7c20..60a71314d 100644 --- a/controls/radwebcam/getting-started.md +++ b/controls/radwebcam/getting-started.md @@ -23,6 +23,8 @@ In order to use `RadWebCam`, you will need to add references to the following as * __SharpDX__: This dll is located in the *UI for WPF installation folder/Binaries or Binaries.NoXaml/{.NET Version}/SharpDX* folder. * __SharpDX.Direct3D9__: This dll is located in the *UI for WPF installation folder/Binaries or Binaries.NoXaml/{.NET Version}/SharpDX* folder. + >important With the 2024 Q4 release the __SharpDX__ library used for the rendering of the camera's video feed will be replaced with the __SkiaSharp__ library. This is necessary because after March 2019, [SharpDX is no longer maintained](https://github.com/sharpdx/SharpDX). + >For __.NET 6__ and later you will need to install also the `System.Drawing.Common` NuGet package. This is __required only if the Telerik assemblies are referenced manually__ in the project. In case you install the dlls using NuGet or the Telerik Visual Studio Extension, this package is included automatically. You can find the required assemblies for each control from the suite in the [Controls Dependencies]({%slug installation-installing-controls-dependencies-wpf%}) help article.