How to add nvvideoconvert to deepstream_test5_app

To fix green image save by nvds_obj_enc_process I found the solution at adding nvvideoconvert it word for deepstream-image-meta-test so:

How to apply it to deepstream_test5_app ?

• Hardware Platform Jetson NX
• DeepStream Version 5.1
• JetPack Version 4.4
• How to reproduce the issue ?

Hey, have you checked the patch in that comment I need to send the image with bbox and other metadata to the custom server - #28 by Amycao?

hello,
yes, i was check this path. this path work for deepstream-image-meta-test, but with deepstream-trainsfer-learning-app how can apply it ?

I think you need to refer deepstream_app.c → create_pipeline for how to add the nvvideoconvert to the pipeline, currently you cannot add that in the pipeline through the config file.

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