Skip to content

Recording only a part of the screen

Recording only a part of the screen

It is possible to limit the recording to a part of the screen by specifying the width and height that must be recorded at the x, y location.

To activate this feature simply invoke ScreenRecordingUsingCoordinates before invoking StartPreview or StartRecording.

E.g.

VideoGrabber.VideoSource := vs_SreenRecording;

VideoGrabber.ScreenRecordingUsingCoordinates (true, 10, 10, 300, 100);

VideoGrabber.StartPreview;

Remarks: