TzuHuanTai / RaspberryPi-WebRTC

Turn your Raspberry Pi into a low-latency home security camera by using native WebRTC with the v4l2 hardware H.264 encoder and the software-based OpenH264 encoder for live video stream.
Apache License 2.0
784 stars 33 forks source link

Read video streams from python #205

Open moca opened 2 weeks ago

moca commented 2 weeks ago

Hello, Thanks for this great work. I am quite new to video streaming, so I apologize if I am not using the right wording. I would like to have a video stream viewer client in python. My goal is to apply some computer vision models on top of my stream(s). Do you have any pointers or recommendations towards this objective ? Thanks !

TzuHuanTai commented 2 weeks ago

Sorry, the scope is too broad. What solution you are looking for depends on your goals.