在 webos 中以编程方式抓取屏幕截图

发布于 2024-11-16 12:19:19 字数 126 浏览 2 评论 0原文

有没有办法以编程方式抓取 webos 中当前活动屏幕的屏幕截图?

该用例是一个每隔几秒钟截取一次屏幕截图以记录用户活动的应用程序。

编辑:我对设备上实际运行的代码感兴趣。

Is there any way to grab a screenshot of the currently active screen in webos programmatically?

The use-case is an app that takes a screen shot every few seconds for recording user activity.

EDIT: I'm interested in code that actually runs on the device.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

快乐很简单 2024-11-23 12:19:19

有一个私有服务总线 API 可以获取屏幕截图,您可以通过 luna-send 从 shell 中使用该屏幕截图:

luna-send -n 1 luna://com.palm.systemmanager/takeScreenShot '{"file":"sshot.png"}'

这在非 com.palm 应用程序中不起作用,因此可以在自制程序中执行此操作,但不能在目录中执行此操作应用程序。

There's a private service bus API to grab a screenshot that you can use from the shell via luna-send:

luna-send -n 1 luna://com.palm.systemmanager/takeScreenShot '{"file":"sshot.png"}'

This won't work from a non-com.palm application, so it's possible to do this in homebrew, but not in a catalog app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文