Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
This is quite a big change internally and is not 100% stable yet. It should be functionally equivalent with previous version. I'm going to put out what I have now for people that like to try it out. If you run into a bug, post here or send it to pdp@zwizwa.be
http://zwizwa.be/pd/pdp/test/pdp-darcs-20130514_145023.tar.gz
Some known issues are GLX crashes when texture size changes and V4L1 support being broken.
( See pdp_v4l_hack for a new camera-specific setup hack that was necessary to get high FPS on a Microsoft cam. It might be useful for other cams too. )
Cheers Tom
awesome! cant wait to try it out
On Tue, May 14, 2013 at 8:35 PM, Tom Schouten tom@zwizwa.be wrote:
Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
This is quite a big change internally and is not 100% stable yet. It should be functionally equivalent with previous version. I'm going to put out what I have now for people that like to try it out. If you run into a bug, post here or send it to pdp@zwizwa.be
http://zwizwa.be/pd/pdp/test/**pdp-darcs-20130514_145023.tar.**gzhttp://zwizwa.be/pd/pdp/test/pdp-darcs-20130514_145023.tar.gz
Some known issues are GLX crashes when texture size changes and V4L1 support being broken.
( See pdp_v4l_hack for a new camera-specific setup hack that was necessary to get high FPS on a Microsoft cam. It might be useful for other cams too. )
Cheers Tom
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Thanks Tom!
Sent from my iPhone
On May 14, 2013, at 4:56 PM, "Alan Brooker" <alan.brooker2010@gmail.commailto:alan.brooker2010@gmail.com> wrote:
awesome! cant wait to try it out
On Tue, May 14, 2013 at 8:35 PM, Tom Schouten <tom@zwizwa.bemailto:tom@zwizwa.be> wrote: Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
This is quite a big change internally and is not 100% stable yet. It should be functionally equivalent with previous version. I'm going to put out what I have now for people that like to try it out. If you run into a bug, post here or send it to pdp@zwizwa.bemailto:pdp@zwizwa.be
http://zwizwa.be/pd/pdp/test/pdp-darcs-20130514_145023.tar.gz
Some known issues are GLX crashes when texture size changes and V4L1 support being broken.
( See pdp_v4l_hack for a new camera-specific setup hack that was necessary to get high FPS on a Microsoft cam. It might be useful for other cams too. )
Cheers Tom
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Great to see you working on PDP again! Did you sync up with the changes in the pure-data SVN? I don't there are many, but it would be good to keep them in sync.
.hc
On 05/14/2013 03:35 PM, Tom Schouten wrote:
Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
This is quite a big change internally and is not 100% stable yet. It should be functionally equivalent with previous version. I'm going to put out what I have now for people that like to try it out. If you run into a bug, post here or send it to pdp@zwizwa.be
http://zwizwa.be/pd/pdp/test/pdp-darcs-20130514_145023.tar.gz
Some known issues are GLX crashes when texture size changes and V4L1 support being broken.
( See pdp_v4l_hack for a new camera-specific setup hack that was necessary to get high FPS on a Microsoft cam. It might be useful for other cams too. )
Cheers Tom
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 05/15/2013 10:27 AM, Hans-Christoph Steiner wrote:
Great to see you working on PDP again! Did you sync up with the changes in the pure-data SVN? I don't there are many, but it would be good to keep them in sync.
Thanks for reminding me. I did so in December when I started working on the 64 bit port so everything from before that should be there. I'll have a look again before releasing to see if there's anything since then.
Hi Tom
Sorry to be a pain- but got his error @ sudo make install
#check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?
Thanks for any advice
On Wed, May 15, 2013 at 6:00 PM, Tom Schouten tom@zwizwa.be wrote:
On 05/15/2013 10:27 AM, Hans-Christoph Steiner wrote:
Great to see you working on PDP again! Did you sync up with the changes in the pure-data SVN? I don't there are many, but it would be good to keep them in sync.
Thanks for reminding me. I did so in December when I started working on the 64 bit port so everything from before that should be there. I'll have a look again before releasing to see if there's anything since then.
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
On 05/15/2013 05:18 PM, Alan Brooker wrote:
Hi Tom
Sorry to be a pain- but got his error @ sudo make install
not a pain at all. thanks for the report.
#check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?
as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include
these are the directories where configure looks for m_pd.h apart from the standard include path:
$prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/
Where $prefix is what you give configure as: "configure --prefix=..."
I wonder if there is a canonical way to do m_pd.h discovery these days.
./configure found m_pd.h now (I think)
checking m_pd.h usability... yes checking m_pd.h presence... yes
but have this error message
#check if pd is installed. if this fails make install will stop here. test -d /usr/local/lib/pd install -d /usr/local/lib/pd/extra install -m 755 pdp.pd_linux /usr/local/lib/pd/extra install: cannot stat `pdp.pd_linux': No such file or directory make: *** [install] Error 1
thanks again!
Alan
On Wed, May 15, 2013 at 10:30 PM, Tom Schouten tom@zwizwa.be wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote:
Hi Tom
Sorry to be a pain- but got his error @ sudo make install
not a pain at all. thanks for the report.
#check if pd is installed. if this fails make install will stop here.
test -d /usr/lib/pd-extended/bin/lib/**pd make: *** [install] Error 1
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?
as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include
these are the directories where configure looks for m_pd.h apart from the standard include path:
$prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/
Where $prefix is what you give configure as: "configure --prefix=..."
I wonder if there is a canonical way to do m_pd.h discovery these days.
I have no problems with configure but make says nothing to be done. Make clean has no effect
Sent from my iPhone
On May 15, 2013, at 6:33 PM, "Alan Brooker" <alan.brooker2010@gmail.commailto:alan.brooker2010@gmail.com> wrote:
./configure found m_pd.h now (I think)
checking m_pd.h usability... yes checking m_pd.h presence... yes
but have this error message
#check if pd is installed. if this fails make install will stop here. test -d /usr/local/lib/pd install -d /usr/local/lib/pd/extra install -m 755 pdp.pd_linux /usr/local/lib/pd/extra install: cannot stat `pdp.pd_linux': No such file or directory make: *** [install] Error 1
thanks again!
Alan
On Wed, May 15, 2013 at 10:30 PM, Tom Schouten <tom@zwizwa.bemailto:tom@zwizwa.be> wrote: On 05/15/2013 05:18 PM, Alan Brooker wrote: Hi Tom
Sorry to be a pain- but got his error @ sudo make install
not a pain at all. thanks for the report.
#check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?
as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include
these are the directories where configure looks for m_pd.h apart from the standard include path:
$prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/
Where $prefix is what you give configure as: "configure --prefix=..."
I wonder if there is a canonical way to do m_pd.h discovery these days.
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
it seems the default target is broken
Try ./configure --enable-mmx for now
unless you're on anything else than intel/amd this is what you'd want anyway.
On 05/15/2013 06:41 PM, Pagano, Patrick wrote:
I have no problems with configure but make says nothing to be done. Make clean has no effect
Sent from my iPhone
On May 15, 2013, at 6:33 PM, "Alan Brooker" <alan.brooker2010@gmail.com mailto:alan.brooker2010@gmail.com> wrote:
./configure found m_pd.h now (I think)
checking m_pd.h usability... yes checking m_pd.h presence... yes
but have this error message
#check if pd is installed. if this fails make install will stop here. test -d /usr/local/lib/pd install -d /usr/local/lib/pd/extra install -m 755 pdp.pd_linux /usr/local/lib/pd/extra install: cannot stat `pdp.pd_linux': No such file or directory make: *** [install] Error 1
thanks again!
Alan
On Wed, May 15, 2013 at 10:30 PM, Tom Schouten <tom@zwizwa.be mailto:tom@zwizwa.be> wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote: Hi Tom Sorry to be a pain- but got his error @ sudo make install not a pain at all. thanks for the report. #check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1 I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already? as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include these are the directories where configure looks for m_pd.h apart from the standard include path: $prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/ Where $prefix is what you give configure as: "configure --prefix=..." I wonder if there is a canonical way to do m_pd.h discovery these days.
Pd-list@iem.at mailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
default target fixed in: http://zwizwa.be/pd/pdp/test/pdp-darcs-20130516_010555.tar.gz
On 05/15/2013 08:19 PM, Tom Schouten wrote:
it seems the default target is broken
Try ./configure --enable-mmx for now
unless you're on anything else than intel/amd this is what you'd want anyway.
On 05/15/2013 06:41 PM, Pagano, Patrick wrote:
I have no problems with configure but make says nothing to be done. Make clean has no effect
Sent from my iPhone
On May 15, 2013, at 6:33 PM, "Alan Brooker" <alan.brooker2010@gmail.com mailto:alan.brooker2010@gmail.com> wrote:
./configure found m_pd.h now (I think)
checking m_pd.h usability... yes checking m_pd.h presence... yes
but have this error message
#check if pd is installed. if this fails make install will stop here. test -d /usr/local/lib/pd install -d /usr/local/lib/pd/extra install -m 755 pdp.pd_linux /usr/local/lib/pd/extra install: cannot stat `pdp.pd_linux': No such file or directory make: *** [install] Error 1
thanks again!
Alan
On Wed, May 15, 2013 at 10:30 PM, Tom Schouten <tom@zwizwa.be mailto:tom@zwizwa.be> wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote: Hi Tom Sorry to be a pain- but got his error @ sudo make install not a pain at all. thanks for the report. #check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1 I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already? as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include these are the directories where configure looks for m_pd.h apart from the standard include path: $prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/ Where $prefix is what you give configure as: "configure --prefix=..." I wonder if there is a canonical way to do m_pd.h discovery these days.
Pd-list@iem.at mailto: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
On 05/15/2013 05:30 PM, Tom Schouten wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote:
Hi Tom
Sorry to be a pain- but got his error @ sudo make install
not a pain at all. thanks for the report.
#check if pd is installed. if this fails make install will stop here. test -d /usr/lib/pd-extended/bin/lib/pd make: *** [install] Error 1
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?
as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include
these are the directories where configure looks for m_pd.h apart from the standard include path:
$prefix/pd/src $prefix/src/pd/src ../src/ /usr/local/include/pd/
Where $prefix is what you give configure as: "configure --prefix=..."
I wonder if there is a canonical way to do m_pd.h discovery these days.
I think IOhannes' has done this thruout his ./configure builds systems in Gem, etc:
./configure --with-pd=/path/to/pd/src/
But it could also easily look in /usr/include, /usr/local/include, etc.
.hc
hi tom,
On 05/14/2013 09:35 PM, Tom Schouten wrote:
Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
great news.
while i haven't done any functional tests yet, i tried to build the "latest" snapshot (20130516_010555) and ran into two problems:
"enable-gsl" flag)
V4L2_CID_HCENTER/V4L2_CID_VCENTER
attached are two patches that seem to fix these two problems.
btw, is your darcs repository public? this would allow meto simply pull the latest version instead of having to search my inbox (and http://zwizwa.be/pd/pdp/test/) - which is rather errorprone.
hopefully there'll be a 0.14 release soon
gmsdr IOhannes
hi IOhannes
On 07/19/2013 04:00 PM, IOhannes zmölnig wrote:
hi tom,
On 05/14/2013 09:35 PM, Tom Schouten wrote:
Hello,
There's a PDP release in the pipeline:
0.14.0: Port ia32 MMX assembly code to GCC extensions (MMX support on amd64) Add V4L2 support to pdp_v4l (merge with pdp_v4l2) Distill zl (Zwizwa Lib) from PDP and libprim/PF code.
great news.
while i haven't done any functional tests yet, i tried to build the "latest" snapshot (20130516_010555) and ran into two problems:
- it will fail to compile if gsl-dev is not installed (regardless of the
"enable-gsl" flag)
- the v4l2 code bails out because of undefined
V4L2_CID_HCENTER/V4L2_CID_VCENTER
attached are two patches that seem to fix these two problems.
thanks for the patches!
btw, is your darcs repository public? this would allow meto simply pull the latest version instead of having to search my inbox (and http://zwizwa.be/pd/pdp/test/) - which is rather errorprone.
yes. i just synced the public repo with my working copy: http://zwizwa.be/darcs/pdp/
hopefully there'll be a 0.14 release soon
i had been thinking to release current state as 0.14 since there were no more bug reports, but i'll include these fixes first.
cheers tom
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-07-21 23:02, Tom Schouten wrote:
- the v4l2 code bails out because of undefined
V4L2_CID_HCENTER/V4L2_CID_VCENTER
attached are two patches that seem to fix these two problems.
thanks for the patches!
it seems they have not made it into DARCS yet :-(
btw, i also found a small note [1] on removing the unused V4L2_CID_VCENTER/V4L2_CID_HCENTER controls from videodev2.h in 2012.
anyhow. attached is yet another patch, that adds "--with-pd=" flags to configure.ac, so you can specify the header-search path rather than having to guess (thw wrong one).
fgamsdr IOhannes
[1] http://permalink.gmane.org/gmane.linux.kernel.commits.head/315755
On 07/22/2013 07:09 AM, IOhannes m zmoelnig wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-07-21 23:02, Tom Schouten wrote:
- the v4l2 code bails out because of undefined
V4L2_CID_HCENTER/V4L2_CID_VCENTER
attached are two patches that seem to fix these two problems.
thanks for the patches!
it seems they have not made it into DARCS yet :-(
btw, i also found a small note [1] on removing the unused V4L2_CID_VCENTER/V4L2_CID_HCENTER controls from videodev2.h in 2012.
anyhow. attached is yet another patch, that adds "--with-pd=" flags to configure.ac, so you can specify the header-search path rather than having to guess (thw wrong one).
fgamsdr IOhannes
thanks will add it as soon as time allows