Android Object capture portion of screen - Not always capturing the right X position?
When you use the android object to capture a portion of the screen, you set an X position and a Y position. The Y position I don't have issues with it seems, but on different phone / tablet resolutions the X position captures an offset image. I've tried creating an object and telling the Android Object to capture from that objects X position but still have the same issue.
Here's an example of the issue. The wrong one was saved on a Galaxy Tab A while the one that works was saved on an old Nexus 7. You can see the one with the issue is saving the screenshot to the left of where it should be and showing part of the interface.
http://i.imgur.com/5IWeT3h.jpg
http://i.imgur.com/o34iwdx.jpg
I'm also having a separate issue regarding saving the images. Right now the images are being saved to DCIM/Camera, but this only seems to work on Samsung devices I assume because different brands have a different file structure. Is there another directory I should be saving images to?