gregoryjjb / cs160

Computer vision pipeline for class project, primarily authored by @deanljohnson and @dang3
1 stars 0 forks source link

Streaming #7

Closed deanljohnson closed 6 years ago

deanljohnson commented 6 years ago

Implemented RTSP stream processing. Processes the stream as fast as it can and outputs it to another stream (by default: rtsp://localhost:5545/processed.mp4). Needs to have an RTSP server running in order to output the stream. Currently maintains at least 16 FPS (has gotten up to 20).

Along the way I also cleaned up a bit of code throughout.