diff options
author | Thomas Van Iseghem <[email protected]> | 2023-01-25 22:05:51 +0100 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-01-25 22:05:51 +0100 |
commit | 70814e7a60995cd630c62862bd870f39bed6f9c6 (patch) | |
tree | 8716082d1c1e2b163b65613227f2b78c69b4d829 | |
parent | 4022066aa8d70ae5fa561e4edc21f352c688cfca (diff) | |
download | OpenCortex-70814e7a60995cd630c62862bd870f39bed6f9c6.tar.gz OpenCortex-70814e7a60995cd630c62862bd870f39bed6f9c6.zip |
Added framerate note
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -269,6 +269,8 @@ Since we've figured out how to cross-compile our own binaries, we were able to c The VNC server we compiled is based on [this project](https://github.com/ponty/framebuffer-vncserver). We had to modify the source code a bit to make it work with the touchscreen. But besides that, it is identical. This patch was necesarry because the touchscreen doesn't report it's width and height in a propper way. +**Note:** when connected to the QC over VNC, you might notice a dip in framerate on the device itself. This is normal. It is the device trying to encode the video feed and struggling. + *[Installer and auto-run on boot will be added later]* *For now you can use it the manual way* |