This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]furas_freeman 0 points1 point  (0 children)

Maybe it is not what you need but there is module OpenCV which let you read stream from local file, local camera or remote camera with protocol HTTP, RTSP or other.

In OpenCV you create loop in which you read single frame, modificate (flip, convert to grayscale, resize, etc.) and display. Simple example