Using External Camera Module in the Streamlit

Goal

My goal is to stream video in a Streamlit application using the external camera module.

Understanding

Currently, I’ve been working with my default PC camera in Streamlit using the streamlit-webrtc package, which is an amazing package.

I’ve ordered the Realtek amb82 mini IOT camera module. I just want to ask if the streamlit-webrtc library will help with this, or if I have to do something else in Streamlit. If anybody has implemented something with this camera module, could you help me by providing suggestions and code snippets?

Thanks in advance.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.