Hello,
I’m using C# to take a screenshot of my Laptop screen and placed it into the EMGU window via “Imshow” method(see code below).
Code compiles and runs but the EMGU window is not showing the screeshot and gets frozen (see picture below).
I did some research on the net and i found that the problem could be if “Imshow” method is not called from the main thread, which is my case, but try to call the “Imshow” method from the main thread and nothing changed.
any ideas which the EMGU window gets fronzen?
Regards