import streamlit as st import cv2 cap = cv2.VideoCapture(0) screen_streamlit = st.empty() while True: ok, frame = cap.read()
確定! 回上一頁