Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive frame rate depending on thermalState #174

Conversation

ipavlidakis
Copy link
Collaborator

🎯 Goal

Adapt framerate for VideoRenderer (in oder to reduce CPU usage) when device's thermal state changes.

🛠 Implementation

By observing the thermal state we respond to changes on the thermal state. The goal is to reduce CPU requirements to render video tracks in order to allow the device to cool down or maintain its usage to a steady level.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (Docusaurus, tutorial, CMS)

@ipavlidakis ipavlidakis added the enhancement New feature or request label Oct 4, 2023
@ipavlidakis ipavlidakis requested a review from a team as a code owner October 4, 2023 15:49
@ipavlidakis ipavlidakis self-assigned this Oct 4, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

71.9% 71.9% Coverage
0.0% 0.0% Duplication

@ipavlidakis ipavlidakis merged commit 7ef6849 into main Oct 6, 2023
12 of 13 checks passed
@ipavlidakis ipavlidakis deleted the improvements/adaptive-frame-rate-on-track-views-as-thermal-state-changes branch October 6, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants