Skip to content

基于Flask,借助本地摄像头采集实时图像信息直播

Notifications You must be signed in to change notification settings

fuubo/camera_live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

flask local camera video feed with opencv

flask app , provide local camera live video stream with opencv

Language:Python3.8.9

System:MacOS

dependency:

Flask==2.0.3 opencv-python==4.5.5.64

pip3 install flask
pip3 install opencv-python

dirs

flask-demo/templates/
      ├ index.html
   ├ app.py

start script

python3 -m flask run --host=<Your IP>

demo:

chrome page view

terminal screenshot

done!

About

基于Flask,借助本地摄像头采集实时图像信息直播

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published