Hello every one
i am working with deepstream-test5-app, my app has two model pgie and sgie with purpose detect object on pgie and classification this object with sgie. i run with multiple source video input and get information by kafka everything working fine.
But now i want to get more object image not only information at kafka.
i had working with some solution:
For custom deepstream_app.c
i was try put pgie_src_pad_buffer_probe() in analytics_done_buf_prob() to extract metadata but get black scream, so where i can put this function ?
So i run make in folder deepstream-app and get an error :
deepstream_app.o: In function `create_pipeline':
deepstream_app.c:(.text+0x33d4): undefined reference to `nvds_obj_enc_create_context'
collect2: error: ld returned 1 exit status
Makefile:60: recipe for target 'deepstream-app' failed
make: *** [deepstream-app] Error 1