Recording only a part of the screen

Prev

Next

 






































































































Recording only a part of the screen

Description

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:
- the scLeft and scTop location may be modified dynamically while previewing or recording
- this feature is inactive if the recording of a window has been activated with SetWindowRecordingByName or SetWindowRecordingByHandle .