Re: [PD] Reset webcam properties

2013-11-14 Thread Benjamin ~ 01xy
Hello,

maybe v4l2-ctl command line tool can help if you are on linux (which was
the case as far as i remember @ databit.me)
it's part of v4l2-utils
v4l2-ctl --all -d /dev/video0
shows all the infos, -c parameter allow to set a value to a parameter

best++
benjamin


Le 14/11/2013 17:27, Antonio Roberts a écrit :
 Hi everyone

 I set the properties of my webcam (saturation, hue etc) via
 pix_video/enumProps and now it's stuck like that, even if I restart my
 computer. Is there any way to reset the values to their original?

 Kind regards,

 Antonio



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


Re: [PD] pix_video problem

2013-09-27 Thread Benjamin ~ 01xy
Hello,

We are using a blackmagick decklink quad on linux
to get the signal threw pix_video, we use the bmdcapture command line
tool combined with ffmpeg so as to write on a virtual video device
created by v4l2loopback (cf
http://wiki.labomedia.org/index.php/AstroFluxTechnique#bmdcapture_.7C_ffmpeg)

it works fine and it is stable even if we plug/unplug the video sources,
it allows us to capture 1080i video or PAL video encapsulated in the SDI
signal, but if we try to capture 4x1080i signals, the framerate is less
than 25fps as Pd is  100% CPU

++
Benjamin

Le 27/09/2013 09:21, Etienne Landon a écrit :
 Hello list, my first message ! youpi

 Regarding Blackmagic on linux you have to use gstreamer through pdgst.
 There are two plugins decklinsrc and decklinksink, this is working
 great !

 I think they are in the bad plugin set

 If this works the same in windows, perhaps you have to fisrt set the
 mode of the blackmagic before turning gem on. By setting up I mean
 selecting the appropriate input and video resolution.

 And I confirm, never change settings while using it, unplugging the
 blackmagic input whit gem on freezes my computer

 Etienne




 ___
 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


Re: [PD] openEXR in Gem

2013-09-23 Thread Benjamin ~ 01xy
it seems to work with the sample images provided here
http://www.openexr.com/downloads.html
on linux debian GEM: ver: 0.93.git 374f713 compiled: May 19 2013 with
image loading support: magick SGI jpeg tiff

++b


Le 23/09/2013 14:10, Py Fave a écrit :
 i think no
 i don't know if gem can handle anything higher than 8 bits / pixel .
 it seems like no .(especially pix_boxes)

 but i'm perhaps wrong/outdated
 if you see an alternative ,
 let me know .





 2013/9/23 Patrice Colet colet.patr...@free.fr:
  Is it possible to read openEXR files with Gem?

 Colet Patrice


 ___
 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


Re: [PD] FW: GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-10 Thread Benjamin ~ 01xy
Hello,

oops, initialy not replied to the list ...

We have a modest wiki page in french about Pd vs glsl, some ressources
there as well http://wiki.labomedia.org/index.php/Pure_Data_vs_OpenGL

++benjamin

Le 10/09/2013 13:02, Cyrille Henry a écrit :
 the glsl exemples are in a specific folder in gem/exemple.
 it's not very documented, but you'll have some basic shader.
 it's a good place to start.
 c


 Le 10/09/2013 12:43, David Schaffer a écrit :
 Hi, and thank you for your answers,

 I know about extended view, I 've donwloaded it and used to build my
 design. The idea for me is now to get a better understanding of the
 glsl chain, because it seems to be the place where all the magic
 happens. I thought I could find more examples of glsl objects
 implementations in pd, and some written code that I could try to
 hack... any help appreciated.

 David


 http://www.flickr.com/photos/schafferdavid/

 http://audioblog.arteradio.com/David_Schaffer/



   Date: Tue, 10 Sep 2013 09:27:17 +0200
   From: n...@petervenus.de
   To: pd-list@iem.at
   Subject: Re: [PD] GEM noobie: I don't understand this glsl
 thing... but I need it!
  
   for ExtendedviewToolkit, there is a webpage [1]
   and you can download the latest via github [2]
  
   [1] extendedview.mur.at
   [2] https://github.com/extendedview/extended_view_toolkit
  
   cheers, Peter
  
   Am 09.09.13 23:51, schrieb John Harrison:
ExtendedViewToolkit does photo stitching. Maybe it does what you
 want or
can give you some ideas:
http://puredata.info/Members/Weitsicht/extended-view-toolkit/
   
   
   
   
On Mon, Sep 9, 2013 at 4:21 PM, Dan Wilcox
 danomat...@gmail.com wrote:
   
glsl is the open gl shader language ... basically a simple
 C-like language
for doing graphics stuff on the GPU, see
https://en.wikipedia.org/wiki/GLSL
   
Also, see the OpenGL Orange
 Bookhttp://www.amazon.com/OpenGL-Shading-Language-3rd-Edition/dp/0321637631
   
On Sep 9, 2013, at 5:01 PM, pd-list-requ...@iem.at wrote:
   
*From: *David Schaffer schafferda...@hotmail.com
*Subject: **[PD] GEM noobie: I don't understand this glsl
 thing... but I
need it!*
*Date: *September 9, 2013 4:24:08 PM EDT
*To: *pd list pd-list@iem.at
   
   
Hi there,
   
I'm in the process of writing my own photo
stitching/assembling abstraction but I'm having a lot of trouble
understanding what the glsl object do... I've been able to
 implement an
edge blurring function by copy/pasting the glsl code from the
panoramique.pd patch and the panoramique.vert and
 panoramique.frag
files to the right places, but it only blurs vertical edges.
 Can anyone
tell me how I could blur horizontal edges too? and... what this
 glsl thing
is all about. I'm no code expert, so please keep it
 understandable (!)
   
Thanks a lot,
   
David
   
http://www.flickr.com/photos/schafferdavid/
https://soundcloud.com/schafferdavid
   
   

Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com
   
   
   
   
   
   
___
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


 ___
 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


Re: [PD] Listen to GISS.tv stream in Pure Data

2013-07-22 Thread Benjamin ~ 01xy
Hello,

nice if no more ppa is needed
readanysf~ should work with mp3 streams if you have the appropriate lib
to decode (libmp3lame ?)

++b


Le 22/07/2013 08:31, IOhannes m zmölnig a écrit :
 On 07/22/13 00:00, Benjamin ~ 01xy wrote:
 Hello,

 On linux (debian) I use readanysf~ to listen to streams, this object is
 in the official repository, on ubuntu, you may have to use this ppa
 [readanysf~] is in the official debian [1] and ubuntu [2] repositories
 since wheezy resp. precise.
 i don't think you need PPA anymore.

 mgfasdr
 IOhannes

 [1] http://packages.debian.org/pd-readanysf
 [2] http://packages.ubuntu.com/pd-readanysf




 ___
 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


Re: [PD] Listen to GISS.tv stream in Pure Data

2013-07-21 Thread Benjamin ~ 01xy
Hello,

On linux (debian) I use readanysf~ to listen to streams, this object is
in the official repository, on ubuntu, you may have to use this ppa
https://launchpad.net/~reduzierer/+archive/rdz-pd-extra+deps

++benjamin


Le 19/07/2013 21:35, Antonio Roberts a écrit :
 Can anyone tell me how to listen to a giss.tv stream using Pure Data (on 
 LInux)

 I've tried mp3amp~ and it won't connect and throws me the following error:

 mp3amp~: getting canvas
 mp3amp~: initializing decoder...
 mp3amp~: connecting to http:/giss.tv:8000/blurfm.mp3
 mp3amp~: connected  : socket opened
 mp3amp~: select done
 mp3amp~: send done
 mp3amp~ : received 105 bytes at 0
 mp3amp~: cannot connect to the (default) stream

 Thanks

 Antonio



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


[PD] compiling pix_opencv on debian (lmde)

2013-06-19 Thread Benjamin ~ 01xy

Hello pd-list,

I'm trying to compile pix_opencv on linux mint debian
when :
./configure --with-pd=path_to_pd --with-gem=path_to_gem
I get :
checking for cvSobel in -lcv... no
configure: error: you need to install opencv library (libcv)

of course, I've previously installed libcv2.3 libcv-dev libcvaux-dev 
libhighgui-dev with the package manager

locate libcv gives :
...
/usr/lib/libcv.so.4
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv-dev
/usr/share/doc/libcv2.3
/usr/share/doc/libcvaux-dev
/usr/share/doc/libcvaux2.3
/usr/share/doc/libcv-dev/README.Debian
...

did anyone already managed to compile pix_opencv on debian testing ?
any magic ln -s command ? maybe pix_opencv relies on opencv v1 ?

thanks
benjamin

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


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread Benjamin ~ 01xy

Hello,

I encountered a maybe similar bug clicking on the 0 button of the Hradio 
in pix_video help patch :


(Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
while executing
.x8b1b038.c delete 8b26df8BASE0
(uplevel body line 14)
invoked from within
uplevel #0 $cmds_from_pd

In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled: 
Jan 28 2013


this bug disapear if I cut the wire of the left outlet of [pix_video] 
which goes to [s $0-info]


Bugs related ? :
http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=55736atid=478070

++Benjamin

Le 07/03/2013 12:33, Marco Donnarumma a écrit :

hey thanks all for testing.

At least we know it's consistent.
Let's see if somebody has ideas about it.

Let me know how can I help!
Really wish to solve this.

thanks!

--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr 
mailto:dwanaf...@yahoo.fr wrote:


Hi

Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.


On 07/03/2013 02:02, Marco Donnarumma wrote:

hey,

dunno if you remember, but I still have this error (below) and
now I managed to make a small patch that reproduces it (attached).
It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes,
the patch is  unusable and have to kill it, by closing pd.


(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense
software looks similar but has different tags (see below). And I
can't reproduce this one error using a subpatch including a graph
or iem_image (which I use in the Xth Sense)



(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
a4304c0PHOTO
 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did
already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop,
which is a shame :)


--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


___
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


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


Re: [PD] pdgst + Gem + pix_pix2gst yuv , pb streaming a webcam to an icecast server

2013-02-04 Thread Benjamin ~ 01xy

Hello,

It now works but I'm not sure why, I made a few changes :
- changed pix=state-image*,* by pix=state-image*;* in line 84 of 
src/gem/pix_pix2gst.cpp and recompile
- noticed that you need to add capsfilter before audio/x-raw or 
video/x-raw = [capsfilter audio/x-raw-int rate=44100 depth=16 
channels=2] to create the object as shown in a test patch

- desactivated my firewall
- added a [videorate] object

audiotestsrc is ok but I'm still trying to add audio from alsa or jack 
to the stream : no error for alsa but no stream,

with jacksrc :
[jackaudiosrc]: gstbaseaudiosrc.c(840): gst_base_audio_src_create (): 
/GstPipeline:pipeline0/GstJackAudioSrc:jackaudiosrc1:
Dropped 17408 samples. This is most likely because downstream can't keep 
up and is consuming samples too slowly.

[jackaudiosrc]: Impossible d'enregistrer assez rapidement les données audio


++
Benjamin


Le 04/02/2013 02:17, Benjamin ~ 01xy a écrit

Hello,

I'm trying to stream a webcam to an icecast server with pdgst and Gem 
with the attached patch
I managed to stream to icecast using [v4l2src] object, so without 
pix_pix2gst

pix2gst.pd example works
I managed to stream to icecast out of Pd using this command :
# gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240 ! 
ffmpegcolorspace ! theoraenc quality=16 ! oggmux ! shout2send 
ip=labomedia.org port=8000 password= mount=live.ogv


but I can't create [video/x-raw-yuv] (video/x-raw-yuv ... couldn't 
create) and [audio/x-raw-float channels=2] neither


and when I try without it with the attached patch, no error but no stream

tried with PD-extended 0.43.4, GEM: ver: 0.93.3 compiled: Jan 28 2013, 
Gstreamer 0.10.36-1 on linux mint debian (wheezy)


Does pix_pix2gst only works to Loads in a movie with the videoIO 
framework as written in the source code or with the pix_snap object ?
I also tried to stream the webcam using Pix_snap to feed pix_pix2gst 
with no success.

Did anybody already managed to use pdgst for video streaming ?

thanks for any tips
++Benjamin

PS : I can give the pwd of the icecast server in a private e-mail so 
as to prevent this pwd to be archived with the mailing list


== Pd log (4) ==
setting property 'ip'
setting property 'port'
setting property 'password'
setting property 'mount'
info:theora: __gst connect theoraenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:vorbis: __gst connect vorbisenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
GEM: Only using 8 color bits
GEM: Direct Rendering enabled!
GEM: GLEW version 1.5.4
GEM: Start rendering
info: proplist numread 11

v4l2: GEM: pix_video: Opened video connection 0x16
info:theora: __gst connect theoraenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:vorbis: __gst connect vorbisenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:pix2gst: stream_status 0 audiotestsrc1
info:pix2gst: stream_status 1 audiotestsrc1
info:pix2gst: stream_status 0 appsrc0
info:pix2gst: stream_status 1 appsrc0



___
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] pdgst + Gem + pix_pix2gst yuv , pb streaming a webcam to an icecast server

2013-02-03 Thread Benjamin ~ 01xy

Hello,

I'm trying to stream a webcam to an icecast server with pdgst and Gem 
with the attached patch
I managed to stream to icecast using [v4l2src] object, so without 
pix_pix2gst

pix2gst.pd example works
I managed to stream to icecast out of Pd using this command :
# gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240 ! 
ffmpegcolorspace ! theoraenc quality=16 ! oggmux ! shout2send 
ip=labomedia.org port=8000 password= mount=live.ogv


but I can't create [video/x-raw-yuv] (video/x-raw-yuv ... couldn't 
create) and [audio/x-raw-float channels=2] neither


and when I try without it with the attached patch, no error but no stream

tried with PD-extended 0.43.4, GEM: ver: 0.93.3 compiled: Jan 28 2013, 
Gstreamer 0.10.36-1 on linux mint debian (wheezy)


Does pix_pix2gst only works to Loads in a movie with the videoIO 
framework as written in the source code or with the pix_snap object ?
I also tried to stream the webcam using Pix_snap to feed pix_pix2gst 
with no success.

Did anybody already managed to use pdgst for video streaming ?

thanks for any tips
++Benjamin

PS : I can give the pwd of the icecast server in a private e-mail so as 
to prevent this pwd to be archived with the mailing list


== Pd log (4) ==
setting property 'ip'
setting property 'port'
setting property 'password'
setting property 'mount'
info:theora: __gst connect theoraenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:vorbis: __gst connect vorbisenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
GEM: Only using 8 color bits
GEM: Direct Rendering enabled!
GEM: GLEW version 1.5.4
GEM: Start rendering
info: proplist numread 11

v4l2: GEM: pix_video: Opened video connection 0x16
info:theora: __gst connect theoraenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:vorbis: __gst connect vorbisenc1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:ogg: __gst connect oggmux1
info:shout2send: __gst connect shout2send1
info:pix2gst: stream_status 0 audiotestsrc1
info:pix2gst: stream_status 1 audiotestsrc1
info:pix2gst: stream_status 0 appsrc0
info:pix2gst: stream_status 1 appsrc0

#N canvas 601 157 1062 807 10;
#X obj -78 75 pdgst;
#X obj -60 51 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg -78 24 bang;
#X msg 544 80 \; pd dsp 1;
#X text -24 17 initialize;
#X text -21 51 ON / OFF;
#X obj -80 184 gemwin;
#X msg 5 184 destroy;
#X obj 289 357 ffmpegcolorspace;
#X msg -59 154 lighting \$1;
#X obj -59 135 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 357 321 infoprint pix2gst;
#X msg 244 267 is-live 1;
#X obj 273 102 print info;
#X obj 222 54 pix_video;
#X obj 222 391 pix_texture;
#X msg -80 107 dimen 640 480 \, create \, 1;
#X obj 414 501 oggmux;
#X obj 360 430 theoraenc;
#X obj 487 434 vorbisenc;
#X obj 414 658 shout2send;
#X obj 503 579 loadbang;
#X obj 414 687 infoprint shout2send;
#X obj 271 600 infoprint theora;
#X obj 436 530 infoprint ogg;
#X obj 503 457 infoprint vorbis;
#X obj 487 353 audioconvert;
#X obj 487 299 audiotestsrc;
#X obj 222 433 rectangle 5 4;
#X obj 222 16 gemhead 3;
#X obj 222 138 pix_resize 640 480;
#X floatatom 286 242 4 0 0 1 width - -;
#X floatatom 296 224 4 0 0 1 height - -;
#X floatatom 306 206 4 0 0 1 bytes/pixel - -;
#X floatatom 316 189 5 0 0 1 coulorspace - -;
#X obj 276 168 pix_info . . . .;
#X obj 222 289 pix_pix2gst yuv 640 480;
#X obj 222 194 pix_yuv;
#X obj 544 49 loadbang;
#X obj 289 325 typefind;
#X msg 503 605 ip labomedia.org \, port 8000 \, password  \, mount
test.ogg;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 7 0 6 0;
#X connect 8 0 18 0;
#X connect 9 0 6 0;
#X connect 10 0 9 0;
#X connect 12 0 36 0;
#X connect 14 0 30 0;
#X connect 14 1 13 0;
#X connect 15 0 28 0;
#X connect 16 0 6 0;
#X connect 17 0 24 0;
#X connect 17 0 20 0;
#X connect 18 0 23 0;
#X connect 18 0 17 0;
#X connect 19 0 25 0;
#X connect 19 0 17 0;
#X connect 20 0 22 0;
#X connect 21 0 40 0;
#X connect 26 0 19 0;
#X connect 27 0 26 0;
#X connect 29 0 14 0;
#X connect 30 0 35 0;
#X connect 30 0 37 0;
#X connect 35 1 31 0;
#X connect 35 2 32 0;
#X connect 35 3 33 0;
#X connect 35 4 34 0;
#X connect 36 0 15 0;
#X connect 36 1 39 0;
#X connect 36 2 11 0;
#X connect 37 0 36 0;
#X connect 38 0 3 0;
#X connect 39 0 8 0;
#X connect 40 0 20 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Pd-extended, apt.puredata.info for debian

2013-01-29 Thread Benjamin ~ 01xy

Hello,

I didn't manage to use the apt.puredata.info repository with a linux 
mint debian edition os, as proposed in http://puredata.info/docs/faq/debian
when I try to automatically add the repository in my source.list, the 
repository is not found when apt-get update, maybe because


$ lsb_release -c | awk '{print $2}'
$ debian

and there is no debian folder at http://apt.puredata.info/releases/dists/

when I try to add manually the repository in my source.list with rather :
deb http://apt.puredata.info/releases wheezy main

$ sudo apt-get update

W: Conflicting distribution: http://apt.puredata.info wheezy Release 
(expected wheezy but got )

$

my source.list :
deb http://mirror.tuxis.nl/packages/ debian main upstream import backport
deb-src http://mirror.tuxis.nl/packages/ debian main upstream import 
backport
deb http://lmde-mirror.gwendallebihan.net/latest testing main contrib 
non-free
deb http://lmde-mirror.gwendallebihan.net/latest/security 
testing/updates main contrib non-free
deb http://lmde-mirror.gwendallebihan.net/latest/multimedia testing main 
non-free

deb http://www.deb-multimedia.org wheezy main non-free
deb http://apt.puredata.info/releases wheezy main

did I miss something ?
thks
++Benjamin

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


Re: [PD] Pd-extended, apt.puredata.info for debian

2013-01-29 Thread Benjamin ~ 01xy

yes, with 'wheezy' it works fine
with 'debian' W: Impossible de récupérer 
http://apt.puredata.info/releases/dists/debian/main/binary-i386/Packages 
404  Not Found

but don't bother with that

thks
++b


Le 30/01/2013 01:51, Hans-Christoph Steiner a écrit :

For LMDE, just use 'wheezy'.  I just tried and its too coplicated to support
'debian'.  please try 'apt-get update' again, I should have fixed that warning
too.

.hc

On 01/29/2013 07:01 PM, Benjamin ~ 01xy wrote:

yes, weird way LMDE call itself

it works now with deb http://apt.puredata.info/releases wheezy main (so manual
edition of source.list), no more W: Conflicting distribution warning

with deb http://apt.puredata.info/releases debian main :
W: Conflicting distribution : http://apt.puredata.info debian Release
(expected debian, but got testing sid debian)

++thanks
benjamin


deb http://apt.puredata.info/releases wheezy main

Le 30/01/2013 00:25, Hans-Christoph Steiner a écrit :

Hmm... I'm not sure how to handle Linux Mint Debian.  Is it tracking
Debian/testing?  Looks like Mint has done something weird there.  lsb_release
-c should return 'wheezy' to make sense, IMHO.  I tried something to fix this.

About the W: Conflicting distribution warning, I think that should be fixed
now.

Please try again and let me know either way if it works or not:

apt-get update
apt-get install pd-extended

.hc

On 01/29/2013 05:34 PM, Benjamin ~ 01xy wrote:

Hello,

I didn't manage to use the apt.puredata.info repository with a linux mint
debian edition os, as proposed in http://puredata.info/docs/faq/debian
when I try to automatically add the repository in my source.list, the
repository is not found when apt-get update, maybe because

$ lsb_release -c | awk '{print $2}'
$ debian

and there is no debian folder at http://apt.puredata.info/releases/dists/

when I try to add manually the repository in my source.list with rather :
deb http://apt.puredata.info/releases wheezy main

$ sudo apt-get update

W: Conflicting distribution: http://apt.puredata.info wheezy Release (expected
wheezy but got )
$

my source.list :
deb http://mirror.tuxis.nl/packages/ debian main upstream import backport
deb-src http://mirror.tuxis.nl/packages/ debian main upstream import backport
deb http://lmde-mirror.gwendallebihan.net/latest testing main contrib non-free
deb http://lmde-mirror.gwendallebihan.net/latest/security testing/updates main
contrib non-free
deb http://lmde-mirror.gwendallebihan.net/latest/multimedia testing main
non-free
deb http://www.deb-multimedia.org wheezy main non-free
deb http://apt.puredata.info/releases wheezy main

did I miss something ?
thks
++Benjamin

___
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


Re: [PD] [GEM-dev] Gemwin help patch

2011-06-21 Thread Benjamin ~ 01xy

nice update, thks
a few suggestions :

in the exemple section
   basic create, +turn on renderering
   +turn off rendering, destroy window

in [pd more window properties]
+ [border $1 border 0/1 create a window with/out borders
+ [create remotehost:8.0 when using X-windows, you can also create a 
window on a remote display ! (I never tried this)


in [pd fullscreen]
  to obtain a full screen on all plateforms, you may prefer to create a 
window without border, with  prior dimen and offset settings
  [border 0, dimen 1024 768, offset 0 0, create, 1 in clone mode 
(adapt to the size of your screen), you need to create a shortcut to 
close the window as, without border, the window stay on top, ESC key 
for this patch
  [border 0, dimen 1024 768, offset 1024 0, create, 1 in extended 
desktop mode (adapt to the size of your screens)
see [pd offset] subpatch for more details ?or pd offset content mixed in 
[pd fullscreen]  [pd fullscreen offset] ?


approx english ...

++benjamin

Nicolas Montgermont a écrit :

ok,

i added that and corrected the [buffer 1( problem pointed by olivier.
It still lack the class definition under the title...
corrected version attached
n

Le 20/06/11 19:04, Max a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

maybe there could be a reference to [ortho] in the viewing subpatch.
2ct.

Am 19.06.2011 um 18:42 schrieb Nicolas Montgermont:





___
GEM-dev mailing list
gem-...@iem.at
http://lists.puredata.info/listinfo/gem-dev
  



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


Re: [PD] need a workaround for detecting movement in Mac OS

2011-04-05 Thread Benjamin ~ 01xy

Hello,

I don't work neither on Mac, but what about [pix_movement2], same pb ?

++Benjamin



cyrille henry a écrit :

hello,

i don't work on osX, so things are working for me.

but did you try pix_delay / pix_diff ?

anyway, i usually do every pix_* things in shader, as it is usually 
faster and more flexible.

(it's faster, even if you have to use pix_snap)

c


Le 05/04/2011 13:53, Matteo Sisti Sette a écrit :

Hi,

Bug 3191771 renders the combination pix_video+pix_movement useless in 
Mac OS unless you can lower gem's framerate to ensure it is lower 
than the camera's framerate (which is not always an option), or 
unless one finds some other workaround.


The problem is that whenever a new frame from the camera is not 
available, pix_movement computes the new input frame as a black 
frame, and hence the resulting difference is almost all-white.


Note that the problem is NOT that pix_movement computes the 
difference between two identical frames yelding a black frame as a 
result. It's worse: when the new frame is not available, it seems it 
considers it as an all-black frame, so the output is the difference 
between a real frame and a black frame. That causes white flickering, 
not black flickering.



Does anybody use pix_movement and pix_video on Mac OS? How do you 
work around this issue?


Ideally I would like to find a simple and easy-to-understand 
solution, because I am teaching a Pd course and I'd like to give the 
students (most of whom use Mac) a workaround they can understand.


Thank you in advance
m.

___
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


[PD] Le Pure Data FlossManual est sorti !

2011-02-12 Thread Benjamin ~ 01xy

/[English Below]

/Nous sommes heureux de vous annoncer la naissance du Flossmanual Pure 
Data en français initié grâce à un BookSprint de 5 jours à l'initiative 
de l'association FlossManuals France
Il est en ligne depuis hier soir : 
http://fr.flossmanuals.net/Puredata/Introduction
Présentation de la démarche cette après midi (samedi 12 février) à Mains 
d'Oeuvre entre 15h et 17h


+/- Stream : http://labomedia.net:8000/pdflossmanual.ogg
irc : #flossmanuals sur freenode

Il est désormais ouvert à vos contributions !
Un grand merci à l'Organisation internationale de la Francophonie, Mains 
d'Œuvres (Craslab) et Okno ainsi qu'à tous les contributeurs qui ont 
participé sur place ou à distance à ce BookSprint



== [English] ==
We are pleased to announce the fact that since yesterday, there is a 
french flossmanual for Pure Data : 
http://fr.flossmanuals.net/Puredata/Introduction initiated with a 5 day 
BookSprint initiated by NGO FlossManualFrance


This afternoon (12.02.2011), it will be presented @ Mains d'Oeuvre St 
Ouen between 15h - 17h French time


+/- Stream : http://labomedia.net:8000/pdflossmanual.ogg
irc : #flossmanuals sur freenode

It's now open to all contributions !
Big thanks to Association FlossManuals France, Organisation 
internationale de la Francophonie, Mains d'Œuvres (Craslab) and d'Okno + 
all contributors


++Benjamin

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


Re: [PD] pdp_vloopback ?

2011-01-14 Thread benjamin 01xy

oups,
I thought it had moved but main site of webcamstudio remains here : 
http://www.ws4gl.org/


++
Benjamin

Daniel Roviriego a écrit :

Hi All.

I have been reading about this object (in the videojack discussion..) 
and I could not find that at all!
anyone know if that has been removed from pidip or if have been 
replaced by something else ?
Anyway, I need to get a stream out of pd to a v4l or v4l2 device. any 
advices on that ?


Thanks in advance

Deedos


___
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


Re: [PD] pdp_vloopback ?

2011-01-14 Thread benjamin 01xy

oups,
I thought it had moved but main site of webcamstudio remains here : 
http://www.ws4gl.org/


by the way, it worked for me in GEM in both way (grab your gemwin  
feed pix_video  gemwin with webcamstudio)


++
Benjamin

Daniel Roviriego a écrit :

Hi All.

I have been reading about this object (in the videojack discussion..) 
and I could not find that at all!
anyone know if that has been removed from pidip or if have been 
replaced by something else ?
Anyway, I need to get a stream out of pd to a v4l or v4l2 device. any 
advices on that ?


Thanks in advance

Deedos


___
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


Re: [PD] pdp_vloopback ?

2011-01-14 Thread benjamin 01xy

Hello,
don't know about pdp_vloopback (in svn ?) maybe webcamstudio can be also 
helpfull :

http://code.google.com/p/webcamstudio/

++
Benjamin

Daniel Roviriego a écrit :

Hi All.

I have been reading about this object (in the videojack discussion..) 
and I could not find that at all!
anyone know if that has been removed from pidip or if have been 
replaced by something else ?
Anyway, I need to get a stream out of pd to a v4l or v4l2 device. any 
advices on that ?


Thanks in advance

Deedos


___
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


Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread benjamin 01xy

hello,

for audio, sfread2~ in moonlib worked well for me to scratch audio/video 
synchro, I think it is cross plateform

https://wiki.puredata.info/en/sfread2~

++Benjamin

J bz a écrit :

Avi's are 10fps mjpeg recoded in avidemux.

Audio 44.1 wav in audacity
All files play fine on the windows computer on their own.  I do get 
audio and one video, which works great.


They also play fine in my earlier patch when I was first experimenting 
with GEM and video.  I went the Neupert way because I wanted more control.


Other problem is that my ancient laptop wont come anywhere near 
running the patch, which is why I'm at a friends house.


Aargh, this is bad, supposed to hand this in tomorrow.

I have to go for a few hours but will be back later.  Back at my 
friends in the morning but will be online again in a few hours.


Attached is my original patch too.

What I want is the ability to scrub audio and video but something that 
works.  Obviously.
I was using [redanysf~] but the work needs to be seen on windows and 
mac and readanysf doesn't seem to work on windoze.


I guess the most frustrating thing is that I have spent all afternoon 
wrestling with something that seems to be working on other computers. 
I added the [set( message as I have been trying anything I could think of.


Thanks again,

Jb




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