- Notifications
You must be signed in to change notification settings - Fork37
Live Streaming and Face Detection with Flask in Browser
License
NotificationsYou must be signed in to change notification settings
akmamun/live-stream-face-detection
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
pipinstall-rrequirements.txt
pythonapp.py
- Put Zero (O) in cv2.VideoCapture(0)
cv2.VideoCapture(0)
cv2.VideoCapture('rtsp://username:password@camera_ip_address:554/user=username_password='password'_channel=channel_number_stream=0.sdp')
cv2.VideoCapture('rtsp://mamun:123456@101.134.16.117:554/user=mamun_password=123456_channel=0_stream=0.sdp')
cv2.VideoCapture('rtsp://mamun:123456@101.134.16.117:554/user=mamun_password=123456_channel=1_stream=0.sdp')
cv2.imencode('.jpg',frame)[1].tobytes()
Instead of return use this incamera.py
cv2.imshow('frame',frame)ifcv2.waitKey(1)&0xFF==ord('q'):break
Learn More about Streaming with flask
About
Live Streaming and Face Detection with Flask in Browser
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.