Coder Social home page Coder Social logo

Comments (3)

RichardNewcombe avatar RichardNewcombe commented on July 2, 2024

We need to find out if the data is processed and ready as a chunk or if the chunks are just from an internal buffer -- if the data is being processed and made available we have the possibility of a camera that gives us 960Hz data (assuming a chunk is 16 lines of depth data).

from libfreenect.

marcan avatar marcan commented on July 2, 2024

We could provide an interface that hands over the iso packets as they come in, after header parsing and considering streaming issues, but without actually memcpying the data out into the frame buffer, instead handing it straight to the user with an offset into the frame. The user would be responsible for data conversion in this case (demosaicing for RGB and unpacking for depth), as well as responsible for buffering previous data as needed by those algorithms.

However, I'm not entirely convinced that this is going to provide a significant enough benefit. Can you hack the codebase and perform an experiment to see whether the gain is significant? If you can show that this actually works in practice I'll be happy to include an interface for it into the official API.

from libfreenect.

piedar avatar piedar commented on July 2, 2024

Implemented in #351.

from libfreenect.

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.