multiple application windows + multiple classes
in
Integration and Hardware
•
2 years ago
Fairly new to processing, but I've got a pretty great sketch running based largely on Daniel Shiffman's kinect library example, Average Point Tracking:
What I'd like to do, however, is take the PImage display from KinectTracker, and have it shown in a second application window. That way I can have one window that shows the raw data the kinect is receiving, and the other window just show my desired output.
I've been looking at this sketch on having multiple application windows:
But for the life of me, I can't seem to mash the two together.. honestly mostly because I don't follow exactly what's happening in the multi application sketch.
I know I need to pull tracker.track(); and tracker.display(); to show up in the second window. But the way the multi application sketch pulls info in to the second window is with s.EXAMPLE(); aaand I can't exactly do s.track.display();
I realize this probably sounds dumb, but if anyone had the time to at least point me in the direction of figuring this out, I'd really appreciate it. You guys have been really awesome in the past.
Thanks so much in advance.
1