简体   繁体   English

是否有可能在Linux中捕获应用程序屏幕缓冲区?

[英]Is it possible to capture application screen buffers in linux?

i am creating an application similar to VNC. 我正在创建类似于VNC的应用程序。 VNC captures screen frames and send it to the remote machine. VNC捕获屏幕帧并将其发送到远程计算机。 frames are captured and displayed on the remote machine. 帧被捕获并显示在远程计算机上。

In my project i want to send application frames to the remote machine. 在我的项目中,我想将应用程序框架发送到远程计算机。 eg. 例如。 if i start video player on linux machine,video will be started here but the video frames will be sent to the remote machine and will be displayed there. 如果我在Linux机器上启动视频播放器,则视频将在此处启动,但视频帧将被发送到远程机器,并在那里显示。

i referred to this link link 我提到这个链接

this http://my20percent.wordpress.com/2012/02/27/android-x-server/ link answers my question 这个http://my20percent.wordpress.com/2012/02/27/android-x-server/链接回答了我的问题

i am able to run linux apps on android. 我能够在android上运行linux应用。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM