Hello, is there a way to take a screenshot on a wearable device, programmatically, namely in my case a Gear S3 with tizen 4.0? Because I know you can take a screenshot if you hold the powerButton and swipe on the screen.
What I'm trying to achieve is create, sort of a screen sharing API, that converts the screenshot into a string and transmits it to the Android phone once every 1 ~ 2 sec, with the help of the Accesory Protocol. I know it's a terrible ideea...
I've already tried to use Tizen.Multimedia.Remoting.ScreenMirroring, but I can't make it work, cuz I dont know what I'm doing wrong, and probably it's not even available for a wearable device.
It would be cool to be able to share the watch screen to another platform... that's why I tried using the ScreenMirroring API first.
If there is some other way to share the watch screen... I'm open to suggestions, and I don't mean the emulator, because you don't get acces to any kind of sensor data like (GPS, gyroscope, pedometer...) and of course Accesory Protocol.