-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i access object and save to jpg file in deepstream-test5-app #12
Comments
deepstream-test5-app uses deepstream-app code. It's different from the others test-apps (it's harder than the others to implement). Your code need be implemented in deepstream-app code. |
hi, in deepstream-app code how can i save frame has object detection in analytics_done_buf_prob() function |
deepstream-app doesn't have analytics_done_buf_prob(). You need add your function after image processing with metadata calls. If you only want to save images, you better use dsexample. |
i want to save image in deepstream-app, and put path of this image to label metada, in deepstream test5app i will custom event metadata for build json message kalka |
i have seen analytics_done_buf_prob() in deepstream_app.c |
are you give me an example, thank so much |
I think you can't get image in deeepstream_app.c because it doesn't have an image return function.
dsexample can be used in deepstream-app. You need edit and compile it, and add in deepstream_config.txt. /opt/nvidia/deepstream/deepstream-5.0/sources/gst-plugins/gst-dsexample/gstdsexample.cpp (you can use gstdsexample_optimized.cpp too)
Add function to save image, compile and add to deepstream_config.txt
|
in deepstream-test5-app i can't find tiler_src_pad_buffer_probe() so in bbox_generated_probe_after_analytics() can do it
The text was updated successfully, but these errors were encountered: