Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Refine the task. OpenCV can accept an rtsp stream as input without the need to use ffmpeg.
vcap = cv.VideoCapture("rtsp://192.168.1.2:8080/out.h264")
while(1):
ret, frame = vcap.read()
cv.imshow('VIDEO', frame)
cv.waitKey(1)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question