Hello!
Thank you for the info! Since I wanted the camera to stream (without recording) when the task was loaded but before the subjectboxes where instantiated,
I ended up placing the camera calls on the Run_experiment class. Maybe I didn't understand the subjectboxes class correctly? But it's fine for now, since
we only use one board at a time. I had to use multithreading for the camera capture, since as far as I know it's always done through while loops, and from
my understanding that would hang the rest of the program functions.
If anyone would like to do this kind of thing, I guess one could edit the bits from my Camera's API and use the rest of it.
Joao