Skip to content

Scrypted Documentation / VideoTextOverlay

Interface: VideoTextOverlay ​

Properties ​

origin? ​

optional origin: Point

The top left position of the overlay in the image, normalized to 0-1.


fontSize? ​

optional fontSize: number


text? ​

optional text: string | boolean

The text value to set the overlay to, if it is not readonly. True or false otherwise to enable/disable.


readonly? ​

optional readonly: boolean