I have a sketch that uses one of two different video libraries (either GSVideo or CL-Eye, because the PS3 Eye doesn't work with GSvideo on Windows), and would like to have the support for each of these libraries in a different tab of my sketch. According to
http://www.processing.org/reference/environment/ I should be able to hide a tab, which should exclude it completely from compilation:
"If a project has more than one tab, they can also be hidden and revealed. Hiding a tab temporarily removes that code from the sketch (it will not be compiled with the program when you press Run)."
However, in processing 1.2.1 I've not been able to find how to hide a tab! I'm also open to any other suggestions for temporarily excluding code from a sketch (aside from renaming and copying files of course).
When I try to run GettingStartedCaptureWin from GSVideo on this Win7 32bit netbook, it first shows me the list of cameras:
USB2.0 UVC 1.3M WebCam
Google Camera Adapter 0
Google Camera Adapter 1
... then flashes a correctly acquired image (or perhaps 2 or 3) from the built-in webcam, and then it crashes with a fatal error (dumps below). I can acquire extended video from the webcam with for example Skype. Any ideas?