From 02251a99b6b9289236ad1035c3aacca28855eaa1 Mon Sep 17 00:00:00 2001 From: Ledrunning Date: Sat, 24 May 2025 23:47:10 +0200 Subject: [PATCH] Changed the current version of EMGU in comments --- FaceDetectionApp/Service/WebCameraService.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FaceDetectionApp/Service/WebCameraService.cs b/FaceDetectionApp/Service/WebCameraService.cs index c12749a..43aea9d 100644 --- a/FaceDetectionApp/Service/WebCameraService.cs +++ b/FaceDetectionApp/Service/WebCameraService.cs @@ -13,12 +13,13 @@ namespace CVCapturePanel.Service { /// /// Class for camera call and async background works - /// EMGU version 3.2 + /// EMGU version 3.2 -> has been ported to CV 4.1.1 version. + /// current EMGU version is CV 4.1.1 /// Libs: /// 1.Emgu.CV /// 2.Emgu.CV.Structure - /// 6.nvcuda.dll needed if have not Nvidia GPU on computer - /// All libs must to be copied into the bin folder + /// 6.nvcuda.dll is required if your computer does not have any Nvidia GPUs on it + /// All libraries must be copied to the bin folder /// public class WebCameraService : IDisposable {