Sorry to spam the list with my weird questions, here goes another one. Basically I do have two very identical applications using the same OF libraries and I am developing them on my computer with a DV camera. Now I exported two release version to test them with macbook pro and imac. Funnily enough, one of the applications works seamlessly with the built-in camera whereas the other one crashes trying to grab it and doesn’t run at all.
Both applications runs perfect on my machine with DV camera.
I have triple checked the code, ofVideoGrabber, and all those things that might cause trouble. Nada, I couldn’t find anything. I am sitting here, wondering what should be my next debugging approach to make this second application work with mac cameras.
it’s difficult to know without seeing any code or knowing what your apps should do, but the built-in mbpro camera has always worked fine for me so the problem should not be there.
what’s different code-wise between your applications?
perhaps you are hardcoding the camera resolution into the app that crashes?
are you running both applications at the same time?
anyway, if you post the code that is causing trouble, it’ll be easier to help.
basically I am trying to find the contours of my grayDiffLitte feed and then interpolate these locations to the whole stage. I am wondering if it’s something to do with the population of the particleSystem but I don’t think so since they have been created no matter what.