Skip to content

Commit d396ee8

Browse files
authored
Merge pull request #22 from Ledrunning/Dev
Dev
2 parents 41f0471 + f1f24cc commit d396ee8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FaceDetectionApp/Service/WebCameraService.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ namespace CVCapturePanel.Service
1313
{
1414
/// <summary>
1515
/// Class for camera call and async background works
16-
/// EMGU version 3.2
16+
/// EMGU version 3.2 -> has been ported to CV 4.1.1 version.
17+
/// current EMGU version is CV 4.1.1
1718
/// Libs:
1819
/// 1.Emgu.CV
1920
/// 2.Emgu.CV.Structure
20-
/// 6.nvcuda.dll needed if have not Nvidia GPU on computer
21-
/// All libs must to be copied into the bin folder
21+
/// 6.nvcuda.dll is required if your computer does not have any Nvidia GPUs on it
22+
/// All libraries must be copied to the bin folder
2223
/// </summary>
2324
public class WebCameraService : IDisposable
2425
{

0 commit comments

Comments
 (0)