I would like to capture the contents of a window that changes very little and only occasionally over time and I want to capture it with the best quality but as small as possible.
So I am wondering if it is possible to capture a frame only if it the window content has changed since the last captured frame? That would give me one frame per change instead of x frames per second, which is exactly what I want. Is that possible and if so, how can I achieve this?
So I am wondering if it is possible to capture a frame only if it the window content has changed since the last captured frame? That would give me one frame per change instead of x frames per second, which is exactly what I want. Is that possible and if so, how can I achieve this?