- Are there any other errors during deployment?
- Besides the
cv2issue, i don’t think your app will work on Streamlit Cloud at all, because afaikcv2.VideoCapture()does not work this way, because it wants to access the local videocamera of the machine running streamlit, but the streamlit cloud runtime has no videocamera nor a videodriver at all.