-
Notifications
You must be signed in to change notification settings - Fork 70
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
some problems with the project setup #53
Comments
it seems that ofxCvGui is in your project somehow just doing a 'clean solution' 'build solution' doesn't fix it? or search 'ofxCvGui' in the solution to see if it's being included by accident somewhere |
ok, I installed 0.9.3 and copied only the new downloaded ofxkInectWindows2 in the addon folder. created a clean project with the generator, added the props to my example. Using the example direct from the addon folder generates a roboycopy error??? "robocopy "E:\of_v0.9.3_vs_release\libs\openFrameworksCompiled\project\vs......../export/vs/x64/" "E:\of_v0.9.3_vs_release\addons\ofxKinectForWindows2\ofxKinectForWindows2Lib\bin/" "*.dll" /njs /njh /np /fp /bytes hmmm... |
hi, I fixed this issue, wrong robocopy version! Now I can compile the compile example and the exampleBodyIndexColor example. yeah! the next example are stopping with this message box: Unable to start program 'E:\of_v0.9.0_vs_release\libs\openFrameworksCompiled\project\vs....\lib\vs\x64\openframeworksLib_debug.lib'. or: dietmar |
glad that you made a lot of progress! it sounds like:
|
ok, I cleaned the project and recompiled, now the exampleBodyIndexShader works the exampleDepthToCameraTable eample shows a "load failed" in the solution window. when reloading I get this: Microsoft Visual StudioUnable to read the project file "exampleDepthToCameraTable.vcxproj". E:\of_v0.9.0_vs_release\addons\ofxCvGui\ofxCvGuiLib\ofxCvGui.props(5,5): The imported project "E:\of_v0.9.0_vs_release\addons\ofxAudioDecoder\ofxAudioDecoder.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.OKregards. |
ok, i put a lot of amazing things from your github account into the addons... now I only get these errors: |
Ah! I think it's because you're using the latest branch of ofxCvGui. Which |
hi, can I use an older version with 0.9.0 regards Elliot Woods [email protected] schrieb am Mi., 11. Mai 2016 um
|
if you want you can ignore the exampleWithGui, no? |
your right, I try to check the other examples. one question: when I call body.joints[JointType_Head].getOrientation(); I Elliot Woods [email protected] schrieb am Mi., 11. Mai 2016 um
|
could you try putting a breakpoint around here: and see if the SDK is giving us empty orientations? (i.e. the addon has a problem later on) i haven't used orientations so far |
@bluelemonade This is reminding me of something a friend ran into on a project...I don't remember the details, but I think it was somewhere the the head join rotation is always zero (like you're seeing), and you instead have to get it either via a neighboring joint (the neck?) or use the face tracking API. Maybe you can try looking into those? |
ok, face recognition isn't already implemented in the ofxKFW2 plugin? |
No, but there are a couple forks where others have added support. You could check the network graph to take a look. My buddy was using this, which he wrote. I would try the neck joint orientation first though – a much simpler thing to check and would be much easier than worrying about the face tracking. |
thanks, I try the neck or the orientation of the shoulders. |
hello elliot,
nice to see your great work, you did last year a small v4 patch for me, you remember? Now I try to use the Kinect2 for simple user tracking to controll a few spots.
I made a new project inside "E:\of_v0.9.3_vs_release\apps\myApps" with the project generator.
after this I put the ofxKinectForWindows2.props inside this folder and add it to my project in vs2015.
know I added the project file from "E:\of_v0.9.3_vs_release\addons\ofxKinectForWindows2\ofxKinectForWindows2Lib" to my solution.
(should I copy it to the folder or use the one inside the addon folder?)
my src files are totally empty. and i tried to compile this empty project.
where's this error coming from:
Cannot open include file: 'ofxSingleton.h': No such file or directory (compiling source file ........\addons\ofxCvGui\src\ofxCvGui\Element.cpp) openframeworksLib e:\of_v0.9.3_vs_release\addons\ofxcvgui\src\ofxcvgui\Utils\Utils.h
how can I fix this issue?
regards dietmar
The text was updated successfully, but these errors were encountered: