I have created a http server (using python flask) where I am sending the frames with custom metadata attached to each frame. I am able to consume this http stream in deepstream and infer, but couldn’t able to retrieve the metadata which was attached to frame .
I have attached the code of the http server how I am attaching metadata to each frame
you can use nvds_add_user_meta_to_frame to add meta to frame. please find this function in opt\nvidia\deepstream\deepstream-7.0\sources\apps\sample_apps\deepstream-user-metadata-test\deepstream_user_metadata_app.c.
Actually I wanted to retrieve the frame metadata in deepstream but not trying to add metadata to frame in deepstream pipeline, as I have already attached the metadata to frame in http server which I developed in python flask (attached file)
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