aitorzip / VPilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
GNU General Public License v3.0
145 stars 63 forks source link

Getting image from coordinates, not from the specific window #20

Open jw147520 opened 6 years ago

jw147520 commented 6 years ago

Hi, I'm working on a GTAV self-driving car using your gorgeous plugin. I'm making the dataset and it seems it is getting frame from coordinates, not from the specific window. I read some code from the DeepGTAV, and I think it must be getting image using the window name. I set the frame size as [800, 600] and it is getting frame from the upper left [800, 600]. what's the problem??