NVIDIA-AI-IOT / deepstream_tao_apps

Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
MIT License
377 stars 96 forks source link

gstnvtracker: Unable to acquire a user meta buffer. Try increasing user-meta-pool-size #89

Closed emad555 closed 9 months ago

emad555 commented 9 months ago

I am getting this in the terminal when I run: sudo ./deepstream-mdx-perception-app -c ../../../configs/app/retail_object_detection_recognition.yml

gstnvtracker: Unable to acquire a user meta buffer. Try increasing user-meta-pool-size

emad555 commented 9 months ago

solved by changing the sink type.

sperezs95 commented 9 months ago

solved by changing the sink type.

Hello, I am having this same problem with my deepstream application, my application uses a yolov8 model and as output it has an RTSP stream, set g_object_set (G_OBJECT (sink), "type", 4, NULL); but the error continues, could you help me where exactly I should change the sink type?