Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fakenect not handling freenect_process_events_timeout #389

Merged
merged 1 commit into from
May 18, 2014
Merged

Fix fakenect not handling freenect_process_events_timeout #389

merged 1 commit into from
May 18, 2014

Conversation

jdeitmerg
Copy link
Contributor

I used libfreenect for the first time and fakenect wouldn't work without this little fix. I know it's not elegant, but it does work. Playback is not very smooth, and I'm not sure if that has anything to do with the way this was fixed, so if someone got a minute, please have a look.

There was no equivalent to freenect_process_events_timeout (core.c) in
fakenect.c. The supplied fix might be crude, but it's better than fakenect
not working at all.

Signed-off-by: Jonas Deitmerg <jonasdeitmerg@aim.com>
@piedar piedar added this to the v0.4.3 milestone May 13, 2014
@piedar
Copy link
Contributor

piedar commented May 18, 2014

I think this is OK because fakenect won't block inside freenect_process_events_timeout since it doesn't have to wait on a device.

piedar added a commit that referenced this pull request May 18, 2014
fakenect: Add implementation for freenect_process_events_timeout

Reviewed-by: Benn Snyder <benn.snyder@gmail.com>
@piedar piedar merged commit 207e673 into OpenKinect:master May 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants