Hello. I want to stream screen from my computer to another via Lan. In order to make stream fast and save traffic I want to send only changed pieces of screen. So how can I compare two screenshots and retrieve only changed pieces to TArray<System.Byte> and then put it into TImageEnView on other computer? Help with code please
|