Well, I'm having a problem with multithreading on a Kinect system I'm developing for my research project.
I understand that this happens because I'm trying to access a Thread B resource that is on Thread A, thus launching the System.InvalidOperationException . The question is: How can I solve this? I really do not have a clue how to do it (it's the first time I'm working with more than one thread).
Thanks in advance.
Oh, if you need anything else in the code, please let me know! : D