Skip to content

Commit bcce514

Browse files
Merge pull request #2950 from telerik/martinivanoff-patch-2
WebCam: Added note that the SharpDX will be replaced
2 parents d97a579 + 28b69fe commit bcce514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controls/radwebcam/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ In order to use `RadWebCam`, you will need to add references to the following as
2323
* __SharpDX__: This dll is located in the *UI for WPF installation folder/Binaries or Binaries.NoXaml/{.NET Version}/SharpDX* folder.
2424
* __SharpDX.Direct3D9__: This dll is located in the *UI for WPF installation folder/Binaries or Binaries.NoXaml/{.NET Version}/SharpDX* folder.
2525

26+
>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).
27+
2628
>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.
2729
2830
You can find the required assemblies for each control from the suite in the [Controls Dependencies]({%slug installation-installing-controls-dependencies-wpf%}) help article.

0 commit comments

Comments
 (0)