You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll contain a button Start Stream if the stream is stopped & Stop Stream if the stream has been started.
On Clicking Start Stream -> It'll start a recognize video feed which will keep running indefinitely.
On Clicking Stop Stream -> The stream will be stopped.
The recognize video feed will be taken from backend URL http://localhost:5000/video_feed and it will show a video feed with green boxes & names of recognized persons in video feed on the frontend VideoFeed Component.
The text was updated successfully, but these errors were encountered:
It'll contain a button Start Stream if the stream is stopped & Stop Stream if the stream has been started.
On Clicking Start Stream -> It'll start a recognize video feed which will keep running indefinitely. On Clicking Stop Stream -> The stream will be stopped.
The recognize video feed will be taken from backend URL http://localhost:5000/video_feed and it will show a video feed with green boxes & names of recognized persons in video feed on the frontend VideoFeed Component.
It'll contain a button
Start Stream
if the stream is stopped &Stop Stream
if the stream has been started.On Clicking
Start Stream
-> It'll start a recognize video feed which will keep running indefinitely.On Clicking
Stop Stream
-> The stream will be stopped.The recognize video feed will be taken from backend URL
http://localhost:5000/video_feed
and it will show a video feed with green boxes & names of recognized persons in video feed on the frontendVideoFeed
Component.The text was updated successfully, but these errors were encountered: