在 webos 中以编程方式抓取屏幕截图
有没有办法以编程方式抓取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个私有服务总线 API 可以获取屏幕截图,您可以通过 luna-send 从 shell 中使用该屏幕截图:
这在非 com.palm 应用程序中不起作用,因此可以在自制程序中执行此操作,但不能在目录中执行此操作应用程序。
There's a private service bus API to grab a screenshot that you can use from the shell via luna-send:
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.