Re: [OpenKinect] Demo (1) Depth-Maps + Demo (2) Hand/Head Detections only with opencv

74 views
Skip to first unread message
Message has been deleted

Alex

unread,
Jan 15, 2011, 2:08:17 PM1/15/11
to openk...@googlegroups.com
source-code is avaible.

Could you provide a link?

nomad

unread,
Jan 16, 2011, 4:21:47 AM1/16/11
to OpenKinect
hi
excuse my bad postings from yesterday
i have some troubles with the "youtube - id number" for my videos.
1) today on sunday i have changing the <tag> on youtube, i hope its
help
2) tags are: opencv, kinect, libfreenect
3) above: some links to my clips
i hope its ok
--------------------------------
http://www.youtube.com/watch?v=1Hn2z31WEzs
http://www.youtube.com/watch?v=eH4tCYOExml
http://guiacidade.tur.br/videos/video/eH4tCYOExmI/nomadKinect0081.html
http://guiacidade.tur.br/videos/video/1Hn2z31WEzs/nomadKinect_0080.html
-------------------------------
to share the source-code:
it's possible: but in the moment i have no own homepage and the code
is relativly long so :
if you want the source-code:
please give me your email-adress: and i send you a mail with
attanchments (source-code)
i hope its ok
regards steven

nomad

unread,
Jan 16, 2011, 4:32:01 AM1/16/11
to OpenKinect
hi excuse,
now i have a: kinectclips.tar.gz
so if you interessted write me.
regards nomad

On Jan 16, 10:21 am, nomad <stevenm...@bluewin.ch> wrote:
> hi
> excuse my bad postings from yesterday
> i have some troubles with the "youtube - id number" for my videos.
> 1) today on sunday i have changing the <tag> on youtube, i hope its
> help
> 2) tags are: opencv, kinect, libfreenect
> 3) above: some links to my clips
>    i hope its ok
> --------------------------------http://www.youtube.com/watch?v=1Hn2z31WEzshttp://www.youtube.com/watch?v=eH4tCYOExmlhttp://guiacidade.tur.br/videos/video/eH4tCYOExmI/nomadKinect0081.htmlhttp://guiacidade.tur.br/videos/video/1Hn2z31WEzs/nomadKinect_0080.html

David Simmons

unread,
Jan 16, 2011, 10:45:48 AM1/16/11
to openk...@googlegroups.com
You can post the code to Goggle Project for free
http://code.google.com/p/support/wiki/GettingStarted
You can send me a copy please.

--
"We have learned to fly the air like birds and swim the sea like fish,
but we have not learned the simple art of living together as
brothers."
- Martin Luther King Jr.

http://www.google.com/profiles/techiedavid

Alex

unread,
Jan 16, 2011, 11:35:12 AM1/16/11
to openk...@googlegroups.com
Another option is Github http://help.github.com/ .

I would like a copy of the source as well.

Matt Kusner

unread,
Jan 16, 2011, 12:44:43 PM1/16/11
to OpenKinect
I would also be interested in the source code. Exactly what I'm
looking for.

Thanks,
Matt

On Jan 16, 3:32 am, nomad <stevenm...@bluewin.ch> wrote:
> hi excuse,
> now i have a: kinectclips.tar.gz
> so if you interessted write me.
> regards nomad
>
> On Jan 16, 10:21 am, nomad <stevenm...@bluewin.ch> wrote:
>
>
>
> > hi
> > excuse my bad postings from yesterday
> > i have some troubles with the "youtube - id number" for my videos.
> > 1) today on sunday i have changing the <tag> on youtube, i hope its
> > help
> > 2) tags are: opencv, kinect, libfreenect
> > 3) above: some links to my clips
> >    i hope its ok
> > --------------------------------http://www.youtube.com/watch?v=1Hn2z31WEzshttp://www.youtube.com/watc...

Matt Kusner

unread,
Jan 17, 2011, 9:49:17 PM1/17/11
to OpenKinect
Hey nomad,
I'm getting the errors:

cvOpenKinectDepthTrack23.cpp: In function ‘int main(int, char**)’:
cvOpenKinectDepthTrack23.cpp:650: error: ‘Freenect::Freenect’ is not a
template
cvOpenKinectDepthTrack23.cpp:651: error: no matching function for call
to ‘Freenect::Freenect::createDevice(int)’

when I'm compiling. Any ideas? I'm looking into it.

On Jan 16, 3:32 am, nomad <stevenm...@bluewin.ch> wrote:
> hi excuse,
> now i have a: kinectclips.tar.gz
> so if you interessted write me.
> regards nomad
>
> On Jan 16, 10:21 am, nomad <stevenm...@bluewin.ch> wrote:
>
>
>
> > hi
> > excuse my bad postings from yesterday
> > i have some troubles with the "youtube - id number" for my videos.
> > 1) today on sunday i have changing the <tag> on youtube, i hope its
> > help
> > 2) tags are: opencv, kinect, libfreenect
> > 3) above: some links to my clips
> >    i hope its ok
> > --------------------------------http://www.youtube.com/watch?v=1Hn2z31WEzshttp://www.youtube.com/watc...

Kai Ritterbusch

unread,
Jan 18, 2011, 3:14:50 AM1/18/11
to openk...@googlegroups.com
it looks like nomad worked with an older version of the c++ wrapper.
look in main() from the example cppview.cpp, to see how it works with
the latest API. (you have to remove <..> and put them here:
createDevice<..>() )

hth

kai

Matt Kusner

unread,
Jan 18, 2011, 6:55:09 PM1/18/11
to OpenKinect
Hey Kai,
Thanks, that fixed the errors above, but it left me with a linking
error:

ld: in /usr/local/lib, can't map file, errno=22
collect2: ld returned 1 exit status

Any ideas about this? I'm on a Mac OS 10.5.8, if that helps.

nomad

unread,
Jan 19, 2011, 7:01:46 AM1/19/11
to OpenKinect
hi mat,
excuse you have errors
--> anwer from kay:it looks like nomad worked with an older version
of the c++ wrapper.
this is correct it's a older version excuse my fault.
regards
nomad

Matt Kusner

unread,
Jan 19, 2011, 2:42:58 PM1/19/11
to OpenKinect
Ah, okay. So I removed the -L /usr/local/lib and it built fine.
However, when I went to run it I ended up getting a seg fault:

./cvOpenKinectDepthTrack23
RGB callback
RGB callback
RGB callback
RGB callback
RGB callback
RGB callback
Depth callback
RGB callback
Depth callback
Segmentation fault

This happens when I use the older version of libfreenect.hpp or the
new version (and make the changes Kai suggested). David or Alex, are
you getting this?

likeBVH

unread,
Jan 20, 2011, 3:42:15 AM1/20/11
to OpenKinect
Hi Nomad, I am interested to have the code. THanks for your
contribution. JIM

nomad

unread,
Jan 20, 2011, 3:49:48 AM1/20/11
to OpenKinect, Matt Kusner
hi
excuse
in the moment i have testing cvOpenKinectDepthTrack23.cpp
it's running

perhabs you can compile the stuff as alternative way with:
-> g++ -fPIC -g -Wall `pkg-config --cflags opencv`
cvOpenKinectDepthTrack23.cpp -o cvOpenKinecDepthTrack23 `pkg-config --
libs opencv` -L/usr/local/lib -lfreenect
on my side its running
or it's possible (mac-os) error, i dont know....
but my code is in the moment in a unstable-stage......
regards nomad

Matt Kusner

unread,
Jan 20, 2011, 1:29:47 PM1/20/11
to OpenKinect
Hey I tried it on my Ubuntu virtual machine and it worked just fine
with your alternative compile line. Thanks a lot! I can't pinpoint why
it's not working on my mac, I think it's a linking issue.... Not a big
deal.

Thanks again,
Matt

On Jan 20, 2:49 am, nomad <stevenm...@bluewin.ch> wrote:
> hi
> excuse
> in the moment i have testing cvOpenKinectDepthTrack23.cpp
> it's running
>
> perhabs you can compile the stuff as alternative way with:
> -> g++  -fPIC -g -Wall `pkg-config --cflags opencv`
> cvOpenKinectDepthTrack23.cpp -o cvOpenKinecDepthTrack23  `pkg-config --
> libs opencv` -L/usr/local/lib -lfreenect
> on my side its running
>  or it's possible (mac-os) error, i dont know....
> but my code is in the moment in a unstable-stage......
> regards nomad
>

nomad

unread,
Jan 21, 2011, 2:52:52 AM1/21/11
to OpenKinect
hi
link: https://github.com/freenomad/freenomad_vision
please let me know if you have troubles with the download
if not ok i send you the files via email.

regards nomad
On Jan 15, 8:08 pm, Alex <akdom2...@gmail.com> wrote:

nomad

unread,
Jan 21, 2011, 3:14:14 AM1/21/11
to OpenKinect
hi
source-code links: https://github.com/freenomad/freenomad_vision
i hope that you can make a download
if not, make a reply
regards nomad
ps. the code-base is compile with older libs
Reply all
Reply to author
Forward
0 new messages