Open GoogleCodeExporter opened 8 years ago
i have the same problem i couldn't fix it yet !! anything came up with u ??
Original comment by swhassa...@gmail.com
on 25 Sep 2013 at 12:30
Nope. What operating system are you using? and version of OpenNI?
Original comment by christop...@gmail.com
on 26 Sep 2013 at 4:39
Hi,
"SimpleOpenNI.SKEL_PROFILE_ALL" was working on the precedent version of
SimpleOpenNi but doesn't work with the new one (1.96)
You just have to delete "SimpleOpenNI.SKEL_PROFILE_ALL".
So you will have something like this
kinect3D.enableUser();
Original comment by garcinsa...@gmail.com
on 27 Sep 2013 at 8:41
Yes. I have also discovered that SimpleOpenNI and OpenNI have new versions,
released fairly recently, which are not completely compatible with old code.
Therefore, the list I have above is all the software you need to be able to do
skeleton tracking. To find example code go to
Processing/libraries/SimpleOpenNI/examples/OpenNi/User3d on your machine.
Original comment by christop...@gmail.com
on 27 Sep 2013 at 3:03
when i run user3d it says cannot run the sketch. Does anyone have the previous
version of the simpleopenni library ??
Original comment by swhassa...@gmail.com
on 29 Sep 2013 at 6:05
okay fixed it :) thanks guys but if u have the old version of the library
please let me know
Original comment by swhassa...@gmail.com
on 29 Sep 2013 at 10:44
COMO ARREGLO ESE PROBLEMA , AYUDA!
Original comment by diegovil...@gmail.com
on 29 Oct 2013 at 6:07
How do you fix it?
Original comment by ben.chre...@gmail.com
on 8 Nov 2013 at 11:02
You either need an old version of the appropriate libraries or you need to
modify/use new code. I suggest using the example code:
To find example code go to
Processing/libraries/SimpleOpenNI/examples/OpenNi/User3d on your machine.
Original comment by christop...@gmail.com
on 9 Nov 2013 at 6:31
Hello,
In the new version of the simpleopenNI there is an example (user3d) it is a
skeleton tracking software and what ever the old code you are trying to run
is doing try to do it in the new one in the same way it is done in the old
one but with the commands that are identified in the new version.
Good Luck
Original comment by swhassa...@gmail.com
on 13 Nov 2013 at 7:19
Please tell me the exact solution to this problem.
I am reading the book Making things See and I found the code on page 191. I
understand that I am copying it without understanding, but I dont know how to
rectify the error. I am using Windows 7, 64 bit PC.
Also I am using Processing 2.0.3
SimpleOpenNI version 1.96
The folder size for 1.96 is some 300 Mb where as that for 0.27 version is 14
Mb. I think there is a glitch here somewhere. Please help out
Original comment by jaskaran...@gmail.com
on 17 Mar 2014 at 10:46
enableUser() now defaults to SKEL_PROFILE_ALL
So instead of context.enableUser(SimpleOpenNI.SKEL_PROFILE_ALL);
You need to just put context.enableUser();
I'm still however getting the error -> context.startPoseDetection does not
exists
If anyone knows what this has changed to I'd be grateful to hear it.
Original comment by amj...@gmail.com
on 18 Mar 2014 at 9:22
i am running a code on book "making things see" on page 191 the following error
message "cannot find anything named (SimpleOpenNI.SKEL_PROFILE_ALL)"
if any body have solution then tell me
thanks
Original comment by mobiley...@gmail.com
on 2 Apr 2014 at 9:12
As stated previously, that book contains code that is compatible with only the
old versions of SimpleOpenNI and OpenNI. This means that you cannot copy paste
the code and have it work. Instead you must write new code using the provided
examples as a guide. You can find the example code
Processing/libraries/SimpleOpenNI/examples/OpenNi/User3d on your machine. The
software I have listed in the first post is all that you need.
Original comment by christop...@gmail.com
on 6 Apr 2014 at 4:25
[deleted comment]
This code should for tracking hand with the new version of SimpleOpenNI.
Original comment by achalkii...@gmail.com
on 6 Jun 2014 at 8:02
Attachments:
i have the same problem, i see I see the following error: Cannot find anything
named "SimpleOpenNI.SKEL_PROFILE_ALL"
i am using
Windows 7
Processing 2.0
SimpleOpenNi 1.96
OpenNI 1.5.4.0
NITE 1.5.2.21
Kinect SDK 1.7
please help me about this
thanks
Original comment by yudistir...@gmail.com
on 6 Aug 2014 at 3:04
#7
TENGO EL MISMO PROBLEMA PERO NO LOGRO RESOLVERLO
Original comment by Banderos...@gmail.com
on 26 Dec 2014 at 4:58
[deleted comment]
Hi people! Im using this book "Making things see" but im not able to run
programs on skeleton tracking.I was told to use User 3d example as guide fine
but what should i do if i want to use the codes in the book.Which version of openni is useful 1.96 or 0.27
Original comment by adithyam...@gmail.com
on 19 Aug 2015 at 9:26
Original issue reported on code.google.com by
christop...@gmail.com
on 22 Sep 2013 at 9:57