Skip to content

Conversation

@ktaube26
Copy link
Contributor

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

try:
# Set the environment variable to enable all drivers
env = os.environ.copy()
env["GST_VA_ALL_DRIVERS"] = "1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the GST_VA_ALL_DRIVERS env variable because it is set by default in the DLStreamer base image

Comment on lines +422 to +425
# -----------------------------------------------------------------------
# Potential implementation if no better way to read FPS metrics is found:
# Implement reading FPS metrics from the fps-metrics.txt file
# -----------------------------------------------------------------------
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#TODO: Implement reading FPS metrics from the fps-metrics.txt file

@p-zak p-zak added the vippet label Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants