rtsp video #570
Unanswered
Bconley123
asked this question in
Q&A
rtsp video
#570
Replies: 1 comment
-
The uni-directional (server-to-client) video streaming example includes the RTSP source which does not use OpenCV though. If you want to use OpenCV anyway, there is another option like https://discuss.streamlit.io/t/possible-to-access-webcam-realtime-in-a-streamlit-app/947/5?u=whitphx while it uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello i'd like to run streamlit-webrtc on my pc and have on same network a raspberry pi with a rtsp stream from its camera.
Ive looked at the code examples but am having a hard time figuring out how to implement rtsp stream url into the code. I see how in streamlit the camera is selectable but is only for the camera the pc has, but i want to use opencv with the rtsp camera. Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions