[PD] gem_motion_tracking

chris clepper cgc at humboldtblvd.com
Tue Jun 6 14:49:48 CEST 2006


Achim

Under Windows you might try the video cards made under the name Osprey.
There is at least a 4 input one on a single PCI card.  Whatever devices you
get for video capture make sure they have DirectShow drivers.  The GEM
DirectShow code is not as efficient as other applications because we have to
change the pixel format DirectShow gives us into what we use for the pix_
objects.  You might want to investigate using a dual core/CPU machine and
two instances of Pd to spread the load of all 8 inputs.  I think 8 inputs is
probably a stretch, but maybe you can get away with reduced resolution
(320x240) to lower the load.  Be careful that the scaling is not done on the
CPU since that could actually be slower than using 640x480.

cgc

On 6/6/06, wollscheid <wollscheid at tfm.uni-frankfurt.de> wrote:
>
> Hi list -
> does anyone have experience in running several gem-motion trackings
> alongside each other?
> Meaning what I intend to do is to use several (up to 8) camaras to track
> different areas of a larger space. Guess this is not possible with USB
> Cameras - so I'll have to use Video-cameras/ Video Cards anayway. Can
> GEM actualle differetiate between different video cards and operate them
> at the same time?
> Cheers!
> Achim
>
>
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20060606/121c80e2/attachment.htm>


More information about the Pd-list mailing list