Closed Samsy closed 11 years ago
Howdy, as it says in the readme: As of OpenFrameworks 0.8.0, ofxKinect has been integrated into the OF core. All future development of this addon will take place in the main OF Github repo so please log issues there.
Please try ofxKinect from the main OF repo. If you have any further issues, please log issue in the main OF repo.
Im trying to compile the example given into examples/addons/kinectExample.
Im facing that problem while compiling :
" ../../libs/openFrameworks/video/ofGstUtils.h:13:21: fatal error: gst/gst.h: No such file or directory "
that file gst/gst.h exists in my /usr/include/gstreamer-1.0/gst/gst.h
I checked my gstreamer version by typing :
" pkg-config gstreamer-1.0 --exists; echo $? "
It returns a 0 as well.
And checked my gstreamer path :
" pkg-config --cflags gstreamer-1.0 "
It returns :
" -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include "
It should be good..
Have any idea ?
Thank you..