Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread Marc Widmer [metafor]
hi list

actually yves was wright, i just compiled pdp not really properly. 
everything works fine now.
thanks a lot.

nice sunday evening to everybody
marc

Hans-Christoph Steiner schrieb:

 Try the latest Pd-extended packages, PiDiP works on every Mac OS X and 
 GNU/Linux machine I've tried with those packages (included 20+ Ubuntu 
 Feisty machines):

 http://at.or.at/hans/pd/installers.html

 .hc

 On Sep 23, 2007, at 12:56 PM, [EMAIL PROTECTED] wrote:

 hi list

 after reinstalling ubuntu feisty own my computer i made a reinstall
 from pidip from source. i need it from source as slightly changed
 ctrack to fit my needs.

 i can compile pidip but when i start pd with the pidip library i get
 the following error:

 PDP: pure data packet version 0.12.5-test-7
 ./pidip.pd_linux: ./pidip.pd_linux: undefined symbol: quicktime_close
 pidip: can't load library

 configure give me:
 checking for lqt_decode_video in -lquicktime... yes
 qt version minor : 7

 this is the first time since months that i run into compilation
 problem with pidip, i do not really understand why as configure runs
 through every check smoothly. i use libquicktime from ubuntu
 repository, i even compiled it from source myself, no change.

 any ideas???

 every hint is welcome.

 all the best
 marc


 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



  


 If you are not part of the solution, you are part of the problem.






___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread Marc Widmer [metafor]
hi list

actually yves was wright, i just compiled pdp not really properly. 
everything works fine now.
thanks a lot.

nice sunday evening to everybody
marc

Hans-Christoph Steiner schrieb:

 Try the latest Pd-extended packages, PiDiP works on every Mac OS X and 
 GNU/Linux machine I've tried with those packages (included 20+ Ubuntu 
 Feisty machines):

 http://at.or.at/hans/pd/installers.html

 .hc

 On Sep 23, 2007, at 12:56 PM, [EMAIL PROTECTED] wrote:

 hi list

 after reinstalling ubuntu feisty own my computer i made a reinstall
 from pidip from source. i need it from source as slightly changed
 ctrack to fit my needs.

 i can compile pidip but when i start pd with the pidip library i get
 the following error:

 PDP: pure data packet version 0.12.5-test-7
 ./pidip.pd_linux: ./pidip.pd_linux: undefined symbol: quicktime_close
 pidip: can't load library

 configure give me:
 checking for lqt_decode_video in -lquicktime... yes
 qt version minor : 7

 this is the first time since months that i run into compilation
 problem with pidip, i do not really understand why as configure runs
 through every check smoothly. i use libquicktime from ubuntu
 repository, i even compiled it from source myself, no change.

 any ideas???

 every hint is welcome.

 all the best
 marc


 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



  


 If you are not part of the solution, you are part of the problem.






___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pdp color seperation

2006-12-07 Thread metafor
hi list

i am wondering if someone already did a patch to separate color channels
in order to track some specific objects more easily. for example only
display objects with have a certain red value (bigger 200 in RGB) and
so on. 

i did some patches on my own, but i am not really satisfied and would
like to have a look on how other people achieved this goal. 

well just in case. otherwise good night or good morning wherever you
might be...

cheers
marc

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pdp crop?

2006-12-05 Thread metafor
hi list

i wonder if this might be possible with pdp. i have to do some heavy
image processing (filters and colordetection) on 4 videostreams in
realtime, which is a overload for my cpu. all frame manipulations like
gain/saturation/stresh/cheby are applied on the whole resolution
320x240. but actually i just need to calculate a part of the image
where i do the tracking. therefore it would be great if i could crop a
region of the stream and start working just with this part of the image
which would reduce the data to process drastically. 

would this be possible within pdp. i think there is no object around
yet, but would the concept and structure of pdp allow this kind of
operation? 

any ideas?

best
marc

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] wavetable distortion after save

2006-12-05 Thread metafor
hi list

i experience a strange behavior of pd saving wavetables. 
i am working on ubuntu edgy amd64, pd is compiled from CVS
a week ago. 

if i draw a wavetable and save my patch, the result is 
completely distorted when i reopen the patch. like some random sinus
curves. i do not compute audio and it's the only wavetabele in the
patch. i have pd installed on debian on a different machine, which is
not 64bit and there i do not experience this behavior. 

what could this be?

best
marc


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp crop?

2006-12-05 Thread metafor
hi yves

well i am a lucky man. CPU is now down on 10% which will give me 
enough power to calculate four streams. i still have to test around,
but it looks like it's exactly what i need and it seems to work 
stable. 

i will definetly have a beer tonight and will think of the miracle
happened to me today. 

all the best
marc


On Tue, 05 Dec 2006 15:12:12 +0100
Yves Degoyon [EMAIL PROTECTED] wrote:

 lucky you,
 
 pdp_cropper from pidip
 
 suerte,
 sevy
 
 hope you an build pidip if you need it,
 i noticed a few problems with newer libraries
 building it yesterday on gentoo,
 and not much time to fix it.
 
 metafor wrote:
 
 hi list
 
 i wonder if this might be possible with pdp. i have to do some heavy
 image processing (filters and colordetection) on 4 videostreams in
 realtime, which is a overload for my cpu. all frame manipulations
 like gain/saturation/stresh/cheby are applied on the whole resolution
 320x240. but actually i just need to calculate a part of the image
 where i do the tracking. therefore it would be great if i could crop
 a region of the stream and start working just with this part of the
 image which would reduce the data to process drastically. 
 
 would this be possible within pdp. i think there is no object around
 yet, but would the concept and structure of pdp allow this kind of
 operation? 
 
 any ideas?
 
 best
 marc
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
   
 
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list