Ok I tried with a static array like "Class array[amount] " and it did not 
crash, it worked perfect. Now I 
have to figure out what I am doing to cause a crash (with heavy cpu load I 
persume, still a bit 
confused?) using a dynamic array? It would be nice to have a dynamic array so 
as not to eat up so 
much ram.
Alain
> 
> From: <[EMAIL PROTECTED]>
> Date: 2007/07/25 Wed PM 03:35:33 EDT
> To: "chris clepper" <[EMAIL PROTECTED]>
> CC: pd-dev@iem.at
> Subject: Re: [PD-dev] help-array crashing outlet_anything
> 
> It doesn't thats whats confusing me.  Pixel data is the same on both exept it 
> takes more cpu to 
> process. I think it has to do with cpu load but I am not sure.  I think I am 
> going to just try a simple 
> "Class array[amount] " intead of "Class *pointer = new Class[amount]" see if 
> that would be easier on 
> the cpu or the coding gods.
> 
> Alain
> 
> > 
> > From: "chris clepper" <[EMAIL PROTECTED]>
> > Date: 2007/07/25 Wed PM 01:04:52 EDT
> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > CC: pd-dev@iem.at
> > Subject: Re: [PD-dev] help-array crashing outlet_anything
> > 
> > On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > BTW its a blobtracking external.  It is working perfect tracking quicktime
> > > movies but the camera
> > > tracking only works if I exclude the addToArray function. This really has
> > > me scratching my head!
> > 
> > 
> > Why would your processing code know or even care if the input is from a
> > camera or a file?  Both should be pixel arrays with no differences in their
> > format.
> > 
> > 
> 
> 
> _______________________________________________
> PD-dev mailing list
> PD-dev@iem.at
> http://lists.puredata.info/listinfo/pd-dev
> 


_______________________________________________
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to