Skip to content

MacOS frame drop #22

@roefer

Description

@roefer

The current implementation still does not reach 30 Hz on MacOS. This is due to bad scheduling of USB transfers in libusb. A fix can be found at http://www.informatik.uni-bremen.de/~roefer/libusb/libusb-osx-kinect.diff .

In camera.c, I use PKTS_PER_XFER = 128, NUM_XFERS = 4. There are a few rules: PKTS_PER_XFER * NUM_XFERS <= 1000, PKTS_PER_XFER % 8 == 0.Initialization seems to work better when send_init() is called before the transfer packets are submitted, i.e. before the loop in cams_init().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions