This script allows you to:
- Stream frames via HTTP Server using MJPEG stream
- Stream data via TCP Server
python3 -m pip install -r requirements.txt
Run the application
python3 main.py
To see the streamed frames, open localhost:8090
To see the streamed data, use
nc localhost 8070