Skip to main content
1 vote
0 answers
55 views

I have the challenge to scan pages from 100-year-old magazines and making them accessible to a wider audience. I have to extract the texts (a typical OCR task) and separate out the images and save ...
ThorstenHa's user avatar
-1 votes
1 answer
135 views

Using GetDevicesOfCat in dot net code to enumerate the web cameras. I enumerated the video devices connected to the computer and when I find the one I want i open the one I want with opencvsharp ...
user23666114's user avatar
0 votes
1 answer
137 views

I have attempted making a WPF QR Code Scanner Page using AForge.Video.DirectShow package to implement the video capture which uses an Image in the XAML side to display it. The memory usage of the ...
Rushaan's user avatar
  • 11
1 vote
0 answers
165 views

I am using two package afroge and ozeki. In form load of afroge, when I click on the device's button, I want to load the Ozeki and capture a picture. After capturing the picture, it should load in the ...
Babar Ali's user avatar
  • 175
1 vote
0 answers
87 views

I create a Image capture program using Aforge library. this is a very basic program. when click of a button web camera activated and show image in to Picture box in c# windows application. it ...
K.T.A Roshan's user avatar
0 votes
1 answer
1k views

I am new to .dotnet world. I am trying to stream the web cam on my maui screen (Windows Only) . The problem is default MAUI function to do this job is using MediaPicker CaptureAyncPhoto method which ...
Muhammad Ibrahim's user avatar
0 votes
1 answer
773 views

I'm trying to implement RTSP url for live view of camera with AForge.Video.DirectShow; here's my code private VideoCaptureDevice videoSource; public camtest3() { ...
Wajadtuha GST's user avatar
1 vote
1 answer
671 views

After a lot of research I turn to you for help as I don't know what to do anymore. I am using AForge VideoCaptureDevice to show the camera in picturebox. However the memory consumption is pretty high ...
mnaauuu's user avatar
  • 13
0 votes
0 answers
387 views

void VideoCaptureDevice_NewFrame(object sender, NewFrameEventArgs eventArgs) { pictureBox1.Source = (Bitmap)eventArgs.Frame.Clone(); } on Windows Form this works ...
Cedric R's user avatar
0 votes
1 answer
72 views

i have the following code in vb.net to convert a single pixel to any other color. The chosen parameter inside of setpixel are for test purposes. InvoiceImage.SetPixel(0 , 0, color.FromArgb(30, 30, 30))...
schmanh's user avatar
  • 29
0 votes
0 answers
134 views

Aforge PictureBox throws "System.InvalidOperationException: 'The object is currently in use elsewhere.'" when I resize or move the application window. In some situations it throws an ...
Bruno Ferreira's user avatar
0 votes
2 answers
216 views

I have to find parser for solving equation with unknows. User enters two numbers and the parser parses equation to solve. For example: Equation: x^3 + y^2 + sin60° User input: x=4, y=2 It have to be ...
NewPrime's user avatar
4 votes
1 answer
1k views

I'm trying to display an MJPEG video stream on my WPF C# application. The MJPEG decoder library I'm using is AForge.Video. So far I've managed to display video streamed over http with this: using ...
Boyfinn's user avatar
  • 329
0 votes
0 answers
61 views

I am making gamma-spectrometer from webcam. Its matrix covered in foil and image its getting completely dark, but sometimes cosmic/gamma rays or another particle hits matrix and creates a white dot, ...
UndefinedUser's user avatar
0 votes
0 answers
89 views

I have a code that finds a specific color area private readonly Color _from20 = Color.FromArgb(254,254, 244); private readonly Color _to20 = Color.FromArgb(255, 255, 255);//set color range ...
dsdsa sadsa's user avatar

15 30 50 per page
1
2 3 4 5
45