9ad57a5 92e81f9 b71952c 9ad57a5 b71952c 9ad57a5 2fe7b30 b71952c
1
2
3
4
5
6
7
8
9
import streamlit as st from streamlit_webrtc import webrtc_streamer, WebRtcMode import av st.title("Webcam Display Streamlit App") webrtc_streamer(key="example") )