Skip to content

oronaminc/Live_Video_Streaming-Flask_Chatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live_Video_Streaming

Live Video Streaming & Chatting (in vision programming class)

Function

  1. Starting Flask Web server (Showing Live Web Cam in Localhost)
  2. Showing Starting Date & Time, IP Adress
  3. Selecting Specific Area ( Rectangle Area )
  4. Tracking Specific Area ( Rectangle Area )
  5. Delecting Specific Area ( Chromakey Effect )
  6. Chatting (boardcasting message + designating name) => https://youtu.be/h4kIkPxhXPs

Result Live Cam

Using Manual

  1. Starting Server and let program learn background (no object at cam, existing just background) => Just Waiting outside (It takes just 3 seconds)
  2. Selecting Area which you want to remove at "cv2.imshow"
  3. Object Removing (start) : "t or "d"
  4. Object Removing (end) : "r" or "s"
  5. Chrmoakey (start) : "k"
  6. Chromakey (end) : "l"

pip install

pip3 install flask
pip3 install dlib
pip3 install cv2
pip3 install datetime
pip3 install pusher

Dependencies

  • Python 3+
  • dlib
  • OpenCV
  • datetime
  • flask
  • pusher

About

Vision Programming Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages