Skip to main content

ImageCaptureSource

Electron APIs / recorder / ImageCaptureSource

Image-based capture source configuration.

Extends CaptureSource with the 'Image' type and configuration options for capturing a static image file.

Extends

Properties

PropertyModifierTypeDescriptionOverrides
name?readonlystringOptional name for the capture source. Can be used later for setting transform properties.-
propertiesreadonlyImageCaptureSourceSettingsConfiguration settings for image capture. Includes file path. See ImageCaptureSourceSettingsCaptureSource.properties
typereadonly"Image"The capture source type. Always set to 'Image' for this interface.CaptureSource.type