Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Federico Camara Halac
Hello, and eventually add --with-pd if pkg-config can't find pd headers > automatically. > Oh good to know! Concerning make step, if you speed up with -j x then build might fail > because of unfinish job when linking but iirc, you can then run it once > again without -j option. > then it takes

Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Antoine Villeret
Hi, concerning the configure step, you can use : ./configure --with-gem=/usr/local/include/Gem and eventually add --with-pd if pkg-config can't find pd headers automatically. afaik you don't need to add Gem's folder to LDFLAGS since it will link at runtime to Gem's DLL. Concerning make step,

Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Federico Camara Halac
Hi all, OK, I also could compile successfully on Debian stretch 1. I had to build opencv 2.4.13.4 myself, adapting this useful script [ https://github.com/milq/milq/blob/master/scripts/bash/install-opencv.sh] to the mentioned version. Also, I compared Benjamin's opencv search and I had the same

Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Benjamin ~ b01
Le 31/10/2017 à 13:45, Peter P. a écrit : > Could you let me know which opencv libraries you have installed on that > machine, for example by posting the output of the command > aptitude search opencv | grep ^i > ? well on another machine, also debian stretch 64 bits, I also managed to

Re: [PD] which pix_opencv to select in Deken?

2017-10-31 Thread Fede Camara Halac
hello, I did successfully compile pix_opencv with the opencv package available for the rpi 3 (which is opencv 2, the one needed by pix_opencv) with latest pd and Gem from github. >> It worked well except while trying to compile / use the additional >> facetracking lib which produce a segfault

Re: [PD] which pix_opencv to select in Deken?

2017-10-31 Thread Peter P.
* Benjamin ~ b01 [2017-10-31 12:48]: [...] > > Is anyone else able to compile/load pix_opencv with Gem 0.93.3 on 64bit > > Debian testing? > well, yesterday, I compiled pix_opencv following the instructions here > https://github.com/avilleret/pix_opencv/wiki on a fresh debian 9 64

Re: [PD] which pix_opencv to select in Deken?

2017-10-31 Thread Benjamin ~ b01
Le 28/10/2017 à 18:37, Peter P. a écrit : > * Peter P. [2017-10-20 15:26]: >> * Antoine Villeret [2017-10-20 11:48]: > If yes, then you might need a more recent one. I am using the Debian testing package (0.93.3-12) and would like to

Re: [PD] which pix_opencv to select in Deken?

2017-10-28 Thread Peter P.
* Peter P. [2017-10-20 15:26]: > * Antoine Villeret [2017-10-20 11:48]: > > > > > > > If yes, then you might need a more recent one. > > > I am using the Debian testing package (0.93.3-12) and would like to > > > > > > > so it's most likely

Re: [PD] which pix_opencv to select in Deken?

2017-10-20 Thread Peter P.
* Antoine Villeret [2017-10-20 11:48]: > > > > > If yes, then you might need a more recent one. > > I am using the Debian testing package (0.93.3-12) and would like to > > > > so it's most likely that this is why it doesn't load. [...] > > locally compiled (git) Gem.

Re: [PD] which pix_opencv to select in Deken?

2017-10-20 Thread Antoine Villeret
> > > If yes, then you might need a more recent one. > I am using the Debian testing package (0.93.3-12) and would like to > so it's most likely that this is why it doesn't load. > avoid having to compile Gem from source, as IOhannes puts so much effort > into packaging it and for the sake of

Re: [PD] which pix_opencv to select in Deken?

2017-10-20 Thread Peter P.
* Antoine Villeret [2017-10-20 08:53]: > Did you load Gem ? Yes, loaded in a separate step before. > If yes, then you might need a more recent one. I am using the Debian testing package (0.93.3-12) and would like to avoid having to compile Gem from source, as IOhannes

Re: [PD] which pix_opencv to select in Deken?

2017-10-20 Thread Antoine Villeret
Did you load Gem ? If yes, then you might need a more recent one. Concerning a macosx package with embedded opencv lib, I made some tests but it was more a proof of concept than a ready to go package. And on macosx you can install opencv with brew nowadays but brew itself need some developer

Re: [PD] which pix_opencv to select in Deken?

2017-10-20 Thread Peter P.
Antoine, I am still curious about the question below. Thank you! > 2017-10-19 18:33 GMT+02:00 Peter P. : > > How would apple users install and use pix_opencv by the way? You > > mentioned that you included a libopencv binary with the external? Would they install

Re: [PD] which pix_opencv to select in Deken?

2017-10-19 Thread Antoine Villeret
was not only the Pd stuff that was required. > > >> > > >> > > >> I would love some clarity of the state of OpenCV in OSX/Linux too if > > >> anyone can share that info > > >> > > >> > > >> Patrick Pagano B.S, M.F.A &

Re: [PD] which pix_opencv to select in Deken?

2017-10-19 Thread Peter P.
; Design * > >> > >> *Web & Interactive Technologies* > >> > >> *University of Connecticut, Stamford* > >> > >> *(352)-226-2016 <(352)%20226-2016>* > >> -- > >> *From:* Pd-list <pd-list-b

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Antoine Villeret
ve Technologies* >> >> *University of Connecticut, Stamford* >> >> *(352)-226-2016 <(352)%20226-2016>* >> ---------- >> *From:* Pd-list <pd-list-boun...@lists.iem.at> on behalf of Peter P. < >> peterpar...@fastmail.com> >>

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Antoine Rousseau
of Connecticut, Stamford* > > *(352)-226-2016* > -- > *From:* Pd-list <pd-list-boun...@lists.iem.at> on behalf of Peter P. < > peterpar...@fastmail.com> > *Sent:* Wednesday, October 18, 2017 11:08:26 AM > *To:* pd-list > *Subject:* Re: [

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Pagano, Patrick
08:26 AM To: pd-list Subject: Re: [PD] which pix_opencv to select in Deken? * Peter P. <peterpar...@fastmail.com> [2017-10-18 14:03]: > Hi list, > > I am wondering about the differences between the following two search > results for "opencv" in Deken on Debian Linux:

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Peter P.
* Peter P. [2017-10-18 14:03]: > Hi list, > > I am wondering about the differences between the following two search > results for "opencv" in Deken on Debian Linux: > > pix_opencv-v0.4-Ubuntu15.10-(Linux-amd64-64)-externals.tar.gz > Uploaded by avilleret @

[PD] which pix_opencv to select in Deken?

2017-10-18 Thread Peter P.
Hi list, I am wondering about the differences between the following two search results for "opencv" in Deken on Debian Linux: pix_opencv-v0.4-Ubuntu15.10-(Linux-amd64-64)-externals.tar.gz Uploaded by avilleret @ 2016-03-14 16:31:30 pix_opencv-v0.4-(Linux-amd64-64)-externals.tar.gz