Can Streamlit record offline videos using the device camera and download them to local disk?
I have tried with streamlit_webrtc and it does work but it needs internet connection. Is there any way to do the same but without internet connection?
Thanks in advance.