object_detector_app
object_detector_app copied to clipboard
About CCTV camera with rtsp mode.
I use this project in the video surveillance platform, analysis of people, cars and other objects, but I use RTSP to obtain the video image monitoring equipment, very Carlton, get the normal FPS. Is there any way you can do it?
@tengulre I think you need an OpenCV lib built with FFMPEG lib.
Yes, I have built them in project.
Just edit code as bellow:
video_capture = cv2.VideoCapture("Your Url Here")
fps = FPS().start()
while True: # fps._numFrames < 120
ret, frame = video_capture.read()