GithubHelp home page GithubHelp logo

Comments (7)

dactylroot avatar dactylroot commented on July 19, 2024 1

ahh I see. I should probably put that into the README. It was more a "minimal working example" than to be copy and pasted into a script.

from rtsp.

dactylroot avatar dactylroot commented on July 19, 2024

Hi @yaba ,

Can you try to see what is being returned from that read() call?

e.g. im = rclient.read(); print(type(im))

from rtsp.

yaba avatar yaba commented on July 19, 2024

Connected to video source rtsp://xxx:[email protected]/.
<class 'NoneType'>

EDIT: Forgot to add that I'm testing on Windows, let me check on Linux also.

from rtsp.

dactylroot avatar dactylroot commented on July 19, 2024

Unless there's been a change to OpenCV I don't know yet, it seems like an RTSP or OpenCV issue.

For some reason, no image is being retrieved at all.

What does it say when you use verbose=True while making the client?

from rtsp.

yaba avatar yaba commented on July 19, 2024

I'm using it. On Linux output is basically the same:

Connected to video source rtsp://xx:[email protected]/.
<class 'NoneType'>
FATAL: exception not rethrown
Aborted

from rtsp.

yaba avatar yaba commented on July 19, 2024

Think I got it, by checking a similar issue with the error thrown on Linux.

Adding a time.sleep(3) between the rtsp.Client and client.read() fixes the issue, maybe some timeout while connecting to the camera and 'rtsp' doesn't handle it?

from rtsp.

yaba avatar yaba commented on July 19, 2024

Nice work BTW, easier than working around cv2 :) Thanks.

from rtsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.