Coder Social home page Coder Social logo

Comments (6)

bwhite avatar bwhite commented on July 21, 2024

I believe this is because the device reinitializes when this happens.

from libfreenect.

mattrobertwhelan avatar mattrobertwhelan commented on July 21, 2024

Is that what this error message means?

[Stream 70] Inconsistent flag fa with 0 packets in buf (242 total), resyncing...

from libfreenect.

zarvox avatar zarvox commented on July 21, 2024

If you look closely, the IR projector turns off during the brief hang. It's possible that this is a safety feature - the laser projector is probably eye-safe at a decent distance, but without dispersal, it could potentially be dangerous, especially with eyes and glasses focusing the beams.

It'd be nice if someone can verify this behavior on an Xbox360, if nothing else, to show that it's not our problem.

from libfreenect.

marcan avatar marcan commented on July 21, 2024

Exactly, the device shuts down the depth stream when the image has less than one fourth or so valid pixels. There may be a way to switch this off, but if there is, we don't know about it.

from libfreenect.

zarvox avatar zarvox commented on July 21, 2024

Looks like it's done by setting register 0x0105 to 0.

The relevant pull request is issue #143.

from libfreenect.

zarvox avatar zarvox commented on July 21, 2024

Disable the IR/depth restart-on-dark "feature"

The Kinect cycles the IR projector when it can't find the IR pattern in
the image. This causes the depth stream to hang during the restart,
which is annoying. This patch disables that feature.

Closed by 1543f93.

Signed-off-by: Drew Fisher <[email protected]> (zarvox)

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.