heavyside / refractiveindex

Refractive Index
refractiveindex.cc
1 stars 0 forks source link

image saving using threading #1

Open heavyside opened 12 years ago

heavyside commented 12 years ago

most of the saving is using ofPixels to store and then saving out images between the analyses currently.

instead - we should run the synthesis on screen, and save out images whenever possible, tagging them with whatever we think is on screen at that moment. this would be done with a saving thread that is passed (pixels, file name with info about status of output screen, other stuff)..

gauthiier commented 12 years ago

sure. worker thread writing to disk is sound.

still struggling with my Xcode 4.2 setup an linking... may need to dissect the bugger and link against fresh ofx lib outside the current project files (committing only the testApp.cpp). irritating... have you guys changed any addons / ofx itself? Or only working in testApp.cpp, main.cpp and addons/analysis files?

i will have a look in the next few days.

gauthiier commented 12 years ago

ok - got it to work.

it would be great to have a run through the interface to get to know what is expected before i get the debugger in it.

will you have time this week - after hours - i'm fine.

heavyside commented 12 years ago

yes!

does the github reply work? (this is a test...)

i'd be happy to run through it with you maybe wednesday night?

we're about to go to the BIG SCREEN now to get some images (it's just first test - we have others scheduled). they're turning all the lights off in the square for us. exciting. :)

On 15 Nov 2011, at 14:19, dviid wrote:

ok - got it to work.

it would be great to have a run through the interface to get to know what is expected before i get the debugger in it.

will you have time this week - after hours - i'm fine.


Reply to this email directly or view it on GitHub: https://github.com/heavyside/refractiveindex/issues/1#issuecomment-2745107

gauthiier commented 12 years ago

it works indead!

nice! well take pictures and perhaps grab some frames.

one thing: what are the specs to the machines the software will run on?

PC? Intel? AMD? GPU?? Windows XP/Vista/7?

wednesday is good.

have fun!

heavyside commented 12 years ago

it'll be a windows PC - the spec is somewhat variable... we're currently setting a 'really shitty' windows computer that should be the worst it'll get

On 15 Nov 2011, at 14:34, dviid wrote:

it works indead!

nice! well take pictures and perhaps grab some frames.

one thing: what are the specs to the machines the software will run on?

PC? Intel? AMD? GPU?? Windows XP/Vista/7?

wednesday is good.

have fun!


Reply to this email directly or view it on GitHub: https://github.com/heavyside/refractiveindex/issues/1#issuecomment-2745290