I forgot to say thanks for putting this together! One thing that is a good place to start for good, clean code is the compiler warnings. Some of these seem important, like "warning: no return statement in function returning non-void"

/Users/hans/code/pure-data/trunk/Gem/src/Base/GemPixUtil.h:77: warning: ‘struct imageStruct’ has virtual functions but non-virtual destructor
videoKINECT.cpp:63: warning: unused parameter ‘timestamp’
videoKINECT.cpp:71: warning: unused parameter ‘timestamp’
videoKINECT.cpp: In member function ‘virtual bool gem::videoKINECT::openDevice(gem::Properties&)’: videoKINECT.cpp:283: warning: suggest parentheses around assignment used as truth value
videoKINECT.cpp: At global scope:
videoKINECT.cpp:281: warning: unused parameter ‘props’
videoKINECT.cpp: In member function ‘virtual bool gem::videoKINECT::enumProperties(gem::Properties&, gem::Properties&)’: videoKINECT.cpp:391: warning: comparison between signed and unsigned integer expressions videoKINECT.cpp:397: warning: no return statement in function returning non-void videoKINECT.cpp: In member function ‘virtual void gem::videoKINECT::getProperties(gem::Properties&)’: videoKINECT.cpp:403: warning: comparison between signed and unsigned integer expressions videoKINECT.cpp: In member function ‘virtual void gem::videoKINECT::setProperties(gem::Properties&)’: videoKINECT.cpp:438: warning: comparison between signed and unsigned integer expressions
videoKINECT.cpp:431: warning: unused variable ‘restart’
videoKINECT.cpp:432: warning: unused variable ‘do_s_chan’
videoKINECT.cpp:432: warning: unused variable ‘do_s_pict’
videoKINECT.cpp: In member function ‘virtual bool gem::videoKINECT::enumProperties(gem::Properties&, gem::Properties&)’:
videoKINECT.cpp:397: warning: control reaches end of non-void function


.hc

On Mar 21, 2011, at 2:53 PM, Hans-Christoph Steiner wrote:


I just built it for Mac OS X, but when I try the [driver( message, it says "no method for driver". I attached my binary, if anyone wants to try it.

.hc

<videoKINECT.so.bz2>

On Mar 20, 2011, at 1:35 PM, Matthias Kronlachner wrote:

hello,

i am working on a videoKINECT plugin for pix_video.
it depends on libfreenect.
the current result can be found here:

http://home.eduhi.at/just4fun/matzisoft/homepage/downloads/videoKINECT.tar.gz

maybe somebody with experience in coding c++ will have a look at it and
improve it?

it's currently NOT possible to open 2 pix_video with the kinect plugin.
you can choose between rgb or depth image.

have a look at provided videoKINECT-help.pd


matthias


_______________________________________________
GEM-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/gem-dev





----------------------------------------------------------------------------

'You people have such restrictive dress for women,’ she said, hobbling away in three inch heels and panty hose to finish out another pink-collar temp pool day. - “Hijab Scene #2", by Mohja Kahf







----------------------------------------------------------------------------

'You people have such restrictive dress for women,’ she said, hobbling away in three inch heels and panty hose to finish out another pink- collar temp pool day. - “Hijab Scene #2", by Mohja Kahf



_______________________________________________
GEM-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/gem-dev

Reply via email to