The frame_interval in deepstream-server dsserver_config.yml can not change the frequency of message

• Hardware Platform (Jetson / GPU) Jetson AGX
• DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I send message using deepstream-server , but the frame-interva cannot change the frequency of message
msgconv:
#If you want to send images, please set the “payload-type: 1” and “msg2p-newapi: 1”
payload-type: 257
msg2p-newapi: 1
frame-interval: 30
How to fix this problem?

are you adding nvmsgconv to /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-server/? please make sure frame-interval configuration was parsed and set to nvmsgconv.
if still can’t work, nvmsgconv plugin and low level lib are opensource. you can add log in gst_nvmsgconv_set_property of opt\nvidia\deepstream\deepstream-7.0\sources\gst-plugins\gst-nvmsgconv\gstnvmsgconv.cpp t check if the value is set. especially you need rebuild and replace the so after modifying the code.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.