Questions tagged as 'aforge'

2
answers

The object is already in use, when saving image in C #

I have a button that saves the image of my camera, in the following way: MemoryStream photo = new MemoryStream(); pictureBox1.Image.Save(photo , ImageFormat.Jpeg); byte[] byte_photo = photo.GetBuffer(); After I save my byte array in the...
asked by 02.03.2017 / 04:44
0
answers

Problem C # Aforge VideoSourcePlayer does not show image

I have been trying to make the c # connection with the camera of the device (in this case laptop) using the AForge library and its components, the point set all the parameters with two buttons one to start and another to stop and a combobox that...
asked by 19.12.2018 / 05:04
0
answers

c # What is the best way to continuously send images through socket tcp?

I am using AForge more specifically in the video section of the ScreenCaptureStream class to get the bitmap of the computer screen and then send that image to a server which will show the images as if it were a video. Perp the problem is that...
asked by 05.06.2018 / 09:38