AForge.NET c# streaming webcam over sockets

  • Context: C# 
  • Thread starter Thread starter Superposed_Cat
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on streaming live video over sockets in C# using the AForge.NET framework. The user successfully sends a single image using AForge and NetworkStream but struggles with continuous video streaming. Key challenges include determining frame size on the server side and updating the PictureBox control effectively. Suggestions include adjusting the PictureBox size after receiving the image and utilizing the pictureBox.Update() method for display.

PREREQUISITES
  • Familiarity with C# programming language
  • Understanding of AForge.NET library for image processing
  • Knowledge of socket programming and NetworkStream in .NET
  • Experience with Windows Forms and PictureBox control
NEXT STEPS
  • Research how to implement live video streaming using AForge.NET
  • Learn about handling frame sizes in socket programming
  • Explore the use of NetworkStream for continuous data transmission
  • Investigate techniques for dynamically updating PictureBox in Windows Forms
USEFUL FOR

Developers working on real-time video applications, C# programmers interested in multimedia processing, and anyone looking to implement live streaming using AForge.NET.

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()
 

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
8K
  • · 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
8K
  • · Replies 24 ·
Replies
24
Views
3K