Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 540 Bytes

File metadata and controls

17 lines (12 loc) · 540 Bytes

PerformanceMonitor

Displays a small overlay with real-time FPS & video rendering stats inside the VisionPlayer UI. This is intended for development and not included in the default builds.

Configuration

Configuration example with defaults:

const playerConfig = {
    performanceMonitor: true
};
Setting Name Type Description
performanceMonitor Boolean Enables or disables monitoring capability.