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.
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.