I've got PDP and PiDiP working well now. I'm using a webcam stream on one place on a pdp_canvas, recording it,
and playing it via pdp_qt at other places on the canvas. This works well, but if I try to run both the stream
and recorded .mov I get a steady stream of pdp_drops, memory usage goes through the roof, and brings everything
to a grinding halt or makes a segmentation fault. I read this in the archives:
On tor, 2003-03-25 at 11:59, Yves Degoyon wrote:
that's perfectly normal, this behaviour you get :
that's because PiDiP objects do not support grey scale images,
you have to pass yuv12 packets to them and, then, eventually,
turn the result into grey images with "pdp_grey".
no,this is obsolete now, all packets are converted internally.