Giter Site home page Giter Site logo

Comments (6)

kushalkolar avatar kushalkolar commented on June 12, 2024 1

Yes, we're rapidly developing and the API is evolving but we're happy to help out if you need anything :)

from fastplotlib.

kushalkolar avatar kushalkolar commented on June 12, 2024

It sound like you need a separate process for streaming in the data and another for rendering the frames. We have a multiprocessing example that uses zmq: https://github.com/fastplotlib/fastplotlib/tree/main/examples/notebooks/multiprocessing_zmq

from fastplotlib.

johnnynunez avatar johnnynunez commented on June 12, 2024

It sound like you need a separate process for streaming in the data and another for rendering the frames. We have a multiprocessing example that uses zmq: https://github.com/fastplotlib/fastplotlib/tree/main/examples/notebooks/multiprocessing_zmq

I have one thread for capture using vidgear, another for videowrite and in the main thread the GUI
But opencv is terrible for showing a simple video if you want high fps or same as real time

https://github.com/STCE-Detector/small-fast-detector/tree/demo/demo

from fastplotlib.

kushalkolar avatar kushalkolar commented on June 12, 2024

You can use fastplotlib to display frames received from another process, the zmq example I linked above shows how to do it. The CONFLATE option in zmq allows you to display only the most recent frame so that the rendering process doesn't create a backlog (you may receive frames faster than the refresh rate of your monitor).

from fastplotlib.

johnnynunez avatar johnnynunez commented on June 12, 2024
fig = fpl.Figure()
      ^^^^^^^^^^

AttributeError: module 'fastplotlib' has no attribute 'Figure'

My installation was with pip. Should I install from the repository?

from fastplotlib.

johnnynunez avatar johnnynunez commented on June 12, 2024
fig = fpl.Figure()
      ^^^^^^^^^^

AttributeError: module 'fastplotlib' has no attribute 'Figure'

My installation was with pip. Should I install from the repository?

fixed with pip install git+https://github.com/fastplotlib/fastplotlib.git

from fastplotlib.

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.