FeedScene See also: Feed Guide Base class (inherits properties and methods): Resource Properties activeRegions : List[ActiveScreenRegion] excludeMode : int Options: {0: ‘Exclude’, 1: ‘Include’} excludedMaps : List[Projection] feedRects : List[FeedRect] headConfigs : List[FeedHeadConfig] Methods add(self, r: FeedRect) addHeadConfig(self, feedHeadConfig: FeedHeadConfig) ensureHeadConfig(self, iHead: int, resolution: Int2) -> FeedHeadConfig getUsedHeads(self) -> List[int] importRectsFromTable(self, table: Table, clearImportedDisplays: bool) isPrimaryMachine(self, machine: Machine) -> bool remove(self, r: FeedRect) removeHeadConfig(self, i: int) renderOverlays(self, localMat: Mat, headFilter: int) Static Methods currentMachines() -> List[Machine] exportRectsAsTable(rects: List[FeedRect], path: str) -> Table