Read Frames from RTSP Stream in Python

前端 未结 6 462
旧巷少年郎
旧巷少年郎 2020-12-13 16:12

I have recently set up a Raspberry Pi camera and am streaming the frames over RTSP. While it may not be completely necessary, here is the command I am using the broadcast th

6条回答
  •  借酒劲吻你
    2020-12-13 16:24

    Depending on the stream type, you can probably take a look at this project for some ideas.

    https://code.google.com/p/python-mjpeg-over-rtsp-client/

    If you want to be mega-pro, you could use something like http://opencv.org/ (Python modules available I believe) for handling the motion detection.

提交回复
热议问题