Results 13 comments of Kyaw Zaw Lin

Experiencing same issue. Any switch to any character will cause hang.

I found a reliable way to reproduce this bug issue at least locally, although it is quite strange. If I have the skill planner window opened in evemon, this hang...

> I can't understand. When I just tried to record and reproduce this bug, the bug disappeared. I'm sure that until a week ago, this bug was still bothering me,...

Please see this video. You "need" to have another program with a window open in it. Otherwise, there issue won't happen. https://user-images.githubusercontent.com/1491654/187246127-cd50d854-4d7f-4814-ae83-69797b4154b9.mp4

hmm..that's weird...evemon-> about gives me the hang..looks like it's ok for you.

try adding `caffe.reset_all();` to fcn_tracker.m just before `caffe.set_mode_gpu();`. at least for me the memory keep running out because each call of the script recreate the entire network and the matlab...

I have figured out how to do this. here's a minimal code. It's not very fast though around 50-60 fps. I wonder if it's possible to get it to do...

Hmm..but I assume it can't handle overlap ya? It will capture everything in the region, not just the game? And if the game window is hidden by other windows, I...

Should have checked obs carefully, there's another method for capture which is not listed in microsoft website. https://github.com/obsproject/obs-studio/blob/master/libobs-winrt/winrt-capture.cpp

> > Should have checked obs carefully, there's another method for capture which is not listed in microsoft website. https://github.com/obsproject/obs-studio/blob/master/libobs-winrt/winrt-capture.cpp > > This is the newer windows graphics capture API....