4
Guys, I’m having a problem doing multithreading on a system with Kinect that I’m developing for my research project.
I understood that this happens because I’m trying to access from a Thread B a resource that is in Thread A, thus launching a System.Invalidoperationexception. The question is, how do I fix it? I really have no idea how to do it (it’s the first time I’m working with more than one thread).
From now on, thank you.
Ah, if you need anything more of the code, please let me know! D
Next time paste the code directly into the question, not into an image! It gets complicated to fix the code, type it and even change it if it is in image :)
– Marciano.Andrade
Thank you Marciano! Next time don’t make that mistake!
– HDeiro