droidVNC-NG icon indicating copy to clipboard operation
droidVNC-NG copied to clipboard

Compute rectangles that changed in between framebuffer updates

Open bk138 opened this issue 4 years ago • 1 comments

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.

bk138 avatar Nov 26 '20 17:11 bk138

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

bk138 avatar Dec 15 '23 09:12 bk138