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
Hi,
How can I save the video as mp4 file while stream?
Here change the thread not pause and save the frame to a file allways?
# if there hasn't been any clients asking for frames in
# the last 10 seconds then stop the thread
if time.time() - BaseCamera.last_access > 10:
frames_iterator.close()
print('Stopping camera thread due to inactivity.')
break
The text was updated successfully, but these errors were encountered:
Hi,
How can I save the video as mp4 file while stream?
Here change the thread not pause and save the frame to a file allways?
The text was updated successfully, but these errors were encountered: