Skip to content

Latest commit

 

History

History

gen2-mjpeg-streaming

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

中文文档

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. This works in Chrome, but not Firefox or Safari.

To see the streamed data, use

nc localhost 8070