Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 626 Bytes

File metadata and controls

34 lines (21 loc) · 626 Bytes

中文文档

MJPEG Streaming server

This script allows you to:

  • Stream frames via HTTP Server using MJPEG stream
  • Stream data via TCP Server

Demo

MJPEG Streaming DepthAI

Installation

python3 -m pip install -r requirements.txt

Usage

Run the application

python3 main.py

To see the streamed frames, open localhost:8090

To see the streamed data, use

nc localhost 8070