- 5932 is the average time to capture desktop screen image (use bitmap format), compare with previous screen image and crop the "different zone". If different zone is empty then do not do next step. I use algorithm in http://bobcravens.com/2009/04/create-a-remote-desktop-viewer-using-c-and-wcf/
- 6185 is the time to Read() method of MagickImage instance execute
-
5168 is the time to ToByteArray(MagickFormat.Jpg) method of MagickImage instance execute
I thinks the my solution is balance between performance and bandwidth. Anyway, thanks for help :)