How to Capture Camera Screen using OpencvSharp in C#.

Опубликовано: 28 Сентябрь 2024
на канале: IT Core Soft
1,226
4

My fiverr link: https://www.fiverr.com/hamzakhalid178
My Upwork Profile: https://www.upwork.com/freelancers/~0...

Whatsapp Number: +923338672398

contact me on [email protected] for custom software's.
Please share and like the video and subscribe the channel
If any question comment below

code

using(var capture=new VideoCapture(0))
{
using(var win=new Window())
{
while(Cv2.WaitKey(10)!=27)
{
win.Image = capture.RetrieveMat();
}
}
}

#imageprocessing #csharp #csharpproject #csharptutorial #csharpprogramming #csharpdevelopers #csharpdotnet #opencv #opencvCSharp #visualstudio #itcoresoft #capture #capturescreen #livevideo #livevideocapture