Main and secondary displays screen shots

does any body know how to create a screen shots on a Poynt smartPOS?
thank you
stefano

I usually run:

adb shell screencap -p | sed 's/\r$//' > screenshot.png

If you need second screen too, you can use this tool https://github.com/dsnatochy/PoyntScreenMonitor to project both screens on your PC screen and then take a screenshot.

1 Like