Unable to import cv2

  • Are there any other errors during deployment?
  • Besides the cv2 issue, i don’t think your app will work on Streamlit Cloud at all, because afaik cv2.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.