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
786 stars 32 forks source link

Support external cameras #200

Open JonnyTech opened 1 month ago

JonnyTech commented 1 month ago

I have several old cameras that have HDMI and SDI video output. Is it possible to use these as the video source rather than a Pi camera module?

TzuHuanTai commented 1 month ago

It depends on whether raspberry pi os can detect camera by HDMI and SDI. I only know that USB cameras are absolutely working.