whitphx / streamlit-webrtc-example

Real time video and audio processing examples with Streamlit and streamlit-webrtc
https://webrtc.streamlit.app/
MIT License
146 stars 119 forks source link

How can i change the video stream resolution? #237

Open rorlich opened 11 months ago

rorlich commented 11 months ago

In all examples, it seems the MediaRecorder set the camera to 640x480.

following this thread it seems some walkaround exists but referring to MediaPlater and not MediaRecorder.

https://github.com/aiortc/aiortc/issues/183