Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mj-sakellaropoulos/2158f00528b66bf33a52a511a57663f5 to your computer and use it in GitHub Desktop.
Save mj-sakellaropoulos/2158f00528b66bf33a52a511a57663f5 to your computer and use it in GitHub Desktop.
Experimental fix for libfreenect python wrapper
From cca57392c4cc27fb53aa23341e3cb3c9709c32e2 Mon Sep 17 00:00:00 2001
From: Michael-John <mjsakellaropoulos@gmail.com>
Date: Sat, 20 Oct 2018 23:46:02 -0400
Subject: [PATCH] fixed python wrapper (bad function names)
---
wrappers/python/freenect.c | Bin 564790 -> 564817 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/wrappers/python/freenect.c b/wrappers/python/freenect.c
index f57388315bb408007d5c4d946b961c1fec7512dd..41f488bb40d2f03af3fa855269bf538030cfc6d6 100644
GIT binary patch
delta 61
zcmdnCN9p1orG^&97N!>F7M2#)7Pc+yoj0fdS-{RQeeWXnfbBPKvd1#Q`JCI2E@0<o
L+-`q|{rf=xC8ip3
delta 75
zcmV-R0JQ(nydt)|B7lSegaU*Egam{Iga)(+iP@Ko*#{q&uGt42x6auIZ~>P=+Xo_-
h+@J>_m;ay#8<!oS2OXC^p$8wAU!ezaw_4l>_raokAB6w_
--
2.19.1
# You must have libfreenect already installed
# follow freenect build instructions then run:
# sudo make install
git clone https://github.com/OpenKinect/libfreenect.git # Clone repo
git reset --hard 88166014859c09f6ad6a93f0862bdcc4e46dc87e # set HEAD to latest release tag
cat 0001-fixed-python-wrapper-bad-function-names.patch | git am # apply patch
cd ./wrappers/python
sudo setup.py install # install global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment