Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latency is always over 1 second #52

Open
antoniosap opened this issue Jun 21, 2018 · 2 comments
Open

latency is always over 1 second #52

antoniosap opened this issue Jun 21, 2018 · 2 comments

Comments

@antoniosap
Copy link

on architecture:
intel celeron 2 cores, 8 GB ram
and on raspberry pi 3, 1GB ram and 4 cores
equal performances

@xSAVIKx
Copy link
Owner

xSAVIKx commented Jun 22, 2018

@antoniosap the FPS is a known problem and for now nothing could be done. It is the restriction of the way the app is obtaining screenshots from the phone. There is an open discussion here.

@cxplan
Copy link

cxplan commented Jan 17, 2019

The key point of low latency is improving the size of screen data, Two ways may be effective:

  • implement obtaining screen data using native code
  • encode/decode the screen data by h264 codec

The project CXTouch has some improved points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants