os-autoinst / isotest-ng

Experimental reimplementation of the isotovideo module of openQA.
GNU General Public License v2.0
4 stars 1 forks source link

[TASK] Handle subsequent VNC screen capture calls #9

Closed ByteOtter closed 1 month ago

ByteOtter commented 1 month ago

openQA Version

n/A

Impacted library

isototest

Proposal

Currently, due to how VNC works, subsequent calls of the read_screen function will only return the delta - or changes - between the previous call and the current one. While this is good for performance, this may result in partial images.

One way to fix that would be to overlay the received image onto a copy of the previous image.