Jean Vnh
Jean Vnh
extracted from MSDN info : ``` DXGI_ERROR_ACCESS_LOST if the desktop duplication interface is invalid. The desktop duplication interface typically becomes invalid when a different type of image is displayed on...
Have you tested to change the pyproject.toml => pillow = "~7.1.2". You need to be sure that every version of other package can be used by the Py 3.9.
Your implementation is near to be correct :-). ``` ret = d.caputre() time.sleep(0.1) while True: d.get_latest_frame() ``` Try this implementation. The capture while be greater. I do not search more...
Hi @BruceLee569, I am trying to get your error on 2 differents machines and nothing happened about your problem. Both of them have Python 3.8.5 and d3dshot 0.1.5. First one...
> You are awesome, it is really a resolution problem, because the resolution of the main monitor (the one with the problem) is 4K (3840x2160), and the second monitor is...
Ok, I just try something with the resolution and I can get your issue :-). ``` **Test 1 : Flicker happen** Screen display 1 : 1600x1024 => on this screen...
Yes, this is the result of my monitor I tested. I do another test where I can say that : - The flicker appears only on the you are the...