droidVNC-NG
droidVNC-NG copied to clipboard
Compute rectangles that changed in between framebuffer updates
Right now, we're sending the full framebuffer with every update. Compute changes relative to the last send framebuffer and send only the differing rectangles.
@wawahuy for comparing images/bitmaps chatgpt pointed me at 'org.opencv:opencv-android' which might be a solution, SO has some answers, google probably as well. It might be a good idea to first list some candidates and evaluate pros/cons.