Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 367 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 367 Bytes

pi-video-capture

A network video capture system using a Raspbery Pi as a camera server and a .NET client

The server uses a simple Python 2.7 script to capture video and stream it to a client over a network connection. The client is implemented in C# and is intended for use in a Windows environment. The client handles recording, encoding, and playback functions.