komefai / PS4Macro

Automation utility for PS4 Remote Play written in C#
http://blog.komefai.com
MIT License
375 stars 89 forks source link

Out of Memory #112

Open gaudouy opened 3 years ago

gaudouy commented 3 years ago

Hello komefai ,

I set in the script the resolution 1024 768 : Config.TargetSize = new Size(1024, 768); But when I take a screenshoot from PS4 Macro, the size of my picture is 992 690 and I have an error "out of memory" when I press play on PS4 Macro.

Thanks for advance for your help.

Gaudouy