[PD] fux_kinect

tim vets timvets at gmail.com
Sat Nov 12 19:08:53 CET 2011


2011/11/12 Mathieu Bouchard <matju at artengine.ca>

> Le 2011-11-12 à 18:56:00, tim vets a écrit :
>
>
>  it's stretching my knowledge quite far now,
>> but gave it a shot anyway, and interpreted what you wrote as:
>> find the line " gl_frame_cond = (pthread_cond_t)
>> malloc(sizeof(pthread_mutex_t)**);"
>> (in fux_kinect.cpp)
>> and remove the "*" from that line.
>>
>
> Ok, never mind removing "*", put it back and just replace the struct name
> so that it matches :
>
>   gl_frame_cond = (pthread_cond_t *) malloc(sizeof(pthread_cond_t))**;
>
>
>  or am I getting it wrong?
>>
>
> Yes... and it's more changes than what I had listed... so nevermind that
> one. But surely the author would know what I mean.
>
> In the meantime, let's stick to the shortest possible fix.
>
> bingo
thanks :)
can't test with the Kinect connected yet though...
but at least pd does not hang anymore but instead just reports:
[fux_kinect]: kinect initiated
[fux_kinect]: Number of devices found: 0
[fux_kinect]: Could not open device
gr,
Tim


>  ______________________________**______________________________**
> __________
> | Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20111112/0877318e/attachment.htm>


More information about the Pd-list mailing list