C# AForge.NET c# streaming webcam over sockets

  • Thread starter Thread starter Superposed_Cat
  • Start date Start date
Click For Summary
The discussion revolves around challenges in streaming live video over sockets in C# using AForge, NetworkStream, and sockets. The user successfully sends images but struggles with live video streaming, suspecting that knowledge of each frame's size is necessary for proper display. Suggestions include adjusting the PictureBox size after the server receives the image and before displaying it, as well as using pictureBox.Update() to refresh the display. The request for code examples on GitHub highlights the need for practical solutions to the streaming issue.
Superposed_Cat
Messages
388
Reaction score
5
Hi, I have been able to take a picture and send it over a socket in c# using AForge, NetworkStream and sockets, but I am unable to stream live video over them. I keep altering my code (it's n00bish code albeit) but it won't work. I think it is because you would have to know the size of each frame server side before displaying it in a picturebox. Any help/links appreciated.
 
Technology news on Phys.org
Can you post some code on github?

Can you adjust the size of the picture box after the server receives the image but before you display it?
 
Last edited:
Do you have any code?

Try to update the picture box, pictureBox.Update()
 
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
7K
  • · Replies 34 ·
2
Replies
34
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
19K
  • · Replies 3 ·
Replies
3
Views
13K
Replies
1
Views
2K
  • Sticky
  • · Replies 13 ·
Replies
13
Views
7K
  • · Replies 8 ·
Replies
8
Views
2K