Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 691 Bytes

File metadata and controls

21 lines (12 loc) · 691 Bytes

Stream webcam over UDP and text chat over TCP bidirectionally

Written for an a course work assignment in "Graphics in client-server environment"


TODO:

  • Accept connections
  • Stream webcam frames
  • Fix an issue where there is an error thrown if the default webcam is being already used on startup
  • Add option to text chat

DEPENDENCIES:

  • WebEye.Controls.Winforms.WebCameraControl

Continued project from https://github.com/daviskregers/TCP-Chat-program although no longer is separated by two separate build projects, uses a checkbox to determine which is the server and which is the client - both server and client has it's own class.