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
Hello.
How can I do to make that the processed video stream is playing in real-time to users in ImageAI? Instead of users viewing through saved files after processing.
Thank you!
The text was updated successfully, but these errors were encountered:
You can easily do this by replacing the variable input_file_path=os.path.join(execution_path, "traffic.mp4")
in line 56 with camera_input=cv2.VideoCapture('<camera_stream_input>') ,
e.g camera_input=cv2.VideoCapture(0) in the example file video_analysis_per_frame.py
Hello.
How can I do to make that the processed video stream is playing in real-time to users in ImageAI? Instead of users viewing through saved files after processing.
Thank you!
The text was updated successfully, but these errors were encountered: