Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About CCTV camera with rtsp mode. #39

Open
tengulre opened this issue Jan 3, 2018 · 3 comments
Open

About CCTV camera with rtsp mode. #39

tengulre opened this issue Jan 3, 2018 · 3 comments

Comments

@tengulre
Copy link

tengulre commented Jan 3, 2018

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?

@kun-qian
Copy link

kun-qian commented Jan 9, 2018

@tengulre I think you need an OpenCV lib built with FFMPEG lib.

@tengulre
Copy link
Author

Yes, I have built them in project.

@loxK
Copy link

loxK commented Feb 27, 2018

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants