Skip to content
Merged

Dev #22

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions FaceDetectionApp/Service/WebCameraService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ namespace CVCapturePanel.Service
{
/// <summary>
/// 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
/// </summary>
public class WebCameraService : IDisposable
{
Expand Down
Loading