So here is the issue:
When I’m starting pipeline and there is no faces in the frame it works well, but when face appears it printing embeddings one time and print this error:
+_+_+_+_+_+_+_+_+_+_+_+_+EMBEDDING+_+_+_+_+_+_+_+_+_+_+_+_+
There is 512 embeddings
+_+_+_+_+_+_+_+_+_+_+_+_+EMBEDDING+_+_+_+_+_+_+_+_+_+_+_+_+
*** stack smashing detected ***: <unknown> terminated
I can’t understand where is the error exactly
Before I added rtsp-out it worked well (I user overlay as a sink)
I’m trying to make an app using deepstream-app. But can’t understand why g_print in deepstream_app_main.main() is not working?
Could you please show some guides or examples?