AndroidScreencast icon indicating copy to clipboard operation
AndroidScreencast copied to clipboard

latency is always over 1 second

Open antoniosap opened this issue 6 years ago • 2 comments

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

antoniosap avatar Jun 21 '18 13:06 antoniosap

@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.

xSAVIKx avatar Jun 22 '18 10:06 xSAVIKx

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.

cxplan avatar Jan 17 '19 01:01 cxplan