Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
gpu 2060
• DeepStream Version
deepstream 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
with deepstream docker image
• NVIDIA GPU Driver Version (valid for GPU only)
535
• Issue Type( questions, new requirements, bugs)
questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
How to support perf-measurement-interval-sec in yaml in deepstream service maker?
I want to support the following in deepstream service maker:
application:
enable-perf-measurement: 1
perf-measurement-interval-sec: 5
Such a feature as printing fps every 5 seconds. I used the most basic /opt/nvidia/deepstream/deepstream/service-maker/sources/apps/deepstream_test1_app code, but directly set in config.yaml:
application:
enable-perf-measurement: 1
perf-measurement-interval-sec: 5
deepstream:
nodes:
- type: nvurisrcbin
name: src
- type: nvstreammux
name: mux
properties:
batch-size: 1
width: 1280
height: 720
No effect. Do I need to write a function like this myself?
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)