You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More than once, I've had an issue to debug or wanted to post a screen recording demo of what's happening on the watch. AsteroidOS does have screenshot support via D-Bus (as noted in the docs), but as far as I can tell no support for screen recordings.
Android has similar functionality that perhaps we could model in the screenrecord tool (which in fact does come with a default build of asteroidos, but doesn't know how to talk to our compositor!)
root@harmony:~# which screenrecord
/system/bin/screenrecord
root@harmony:~# screenrecord test.mp4
ERROR: unable to get display characteristics
root@harmony:~#
This is on my list of issues I'm planning on taking a look at eventually, and I'd welcome any input/design suggestions/"this is basically done, you just have to use ____ API" that anyone has to offer!
The text was updated successfully, but these errors were encountered:
Recently, I had a look into this, because I needed it for something too 😉
Only did some research, but it basically already exists for SailfishOS/Mer Project.
You will likely need to change the app so that it works in a client/server configuration, as on AsteroidOS we don't support background apps(i.e. screen goes off -> app gets killed).
More than once, I've had an issue to debug or wanted to post a screen recording demo of what's happening on the watch. AsteroidOS does have screenshot support via D-Bus (as noted in the docs), but as far as I can tell no support for screen recordings.
Android has similar functionality that perhaps we could model in the screenrecord tool (which in fact does come with a default build of asteroidos, but doesn't know how to talk to our compositor!)
This is on my list of issues I'm planning on taking a look at eventually, and I'd welcome any input/design suggestions/"this is basically done, you just have to use ____ API" that anyone has to offer!
The text was updated successfully, but these errors were encountered: