View Single Post
03/27/15, 01:20 PM   #4
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Baertram View Post
If you do not want to read the eso.exe memory/screen you could do a workaround maybe:

Save a screenshot as some trigger executes (may freeze the screen for a few milli seconds ) and then let your external program check the screenshot folder for new files, read the file's pixels, delete the screenshot afterwards.
That's just a more clunky way of reading the frame buffer IMO the difference between the OP and directly reading process memory is purely technical.