You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the grabscreen code it grabs my entire desktop of 3 monitors. But it only has visual info on a youtube video.
I changed the imports a bit as I had No module named ... errors. Imports are now as follows: from win32 import win32gui import win32ui, win32con, win32api
So, the grabscreen doesn't focus on the GTA window, which is 800x600, and takes images of the size of 3 monitors and only has visual info on a youtube video on another monitor.
The text was updated successfully, but these errors were encountered:
When I use the grabscreen code it grabs my entire desktop of 3 monitors. But it only has visual info on a youtube video.
I changed the imports a bit as I had No module named ... errors. Imports are now as follows:
from win32 import win32gui import win32ui, win32con, win32api
So, the grabscreen doesn't focus on the GTA window, which is 800x600, and takes images of the size of 3 monitors and only has visual info on a youtube video on another monitor.
The text was updated successfully, but these errors were encountered: