For Helmer Micro's usage: where the user select only a small area of their display to record, I would like to be able to provide the crop area coordinates to scap. That way we can capture just a fixed area instead of the whole monitor/window.
Suggestion: let's add a similar optional cropArea in our Options struct and ensure we only capture the defined area in this to gain some performance. Both windows-capture and ScreenCaptureKit seem to support this at first glance.
For Helmer Micro's usage: where the user select only a small area of their display to record, I would like to be able to provide the crop area coordinates to
scap
. That way we can capture just a fixed area instead of the whole monitor/window.As an example, we can look at the Aperture API.
Suggestion: let's add a similar optional
cropArea
in ourOptions
struct and ensure we only capture the defined area in this to gain some performance. Both windows-capture and ScreenCaptureKit seem to support this at first glance.