When i tested this app on local machine it worked fine but when i deployed it on streamlit cloud, in live cam mode in navigation bar my camera shut downs unexpectedly please help
Streamlit Cloud has a resource limit of 1GB for deployed apps. Have you tried decreasing the video resolution or frame rate to reduce the computational load and potentially resolve the problem?
Hey @Charly_Wargnier can you please help me in doing that
media_stream_constraints={“video”: {“width”:300,“height”:400,“frameRate”:{“ideal”:10}}, “audio”: False},
Did you find a solution to this problem. I have also deployed on ec2 instance machine facing a similar issue. Is there any solution to this problem? @abhinavomer@Charly_Wargnier