Skip to content

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 <[email protected]>
@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 <[email protected]>
@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