Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson nano [L4T 32.7.4] • DeepStream Version 6.0 • JetPack Version (valid for Jetson only) Jetpack 4.6.4
Hi, Is there any ways that I can receive an app message (like Telegram, Line…) with the object notification. I know a method deepstream python app but I don’t know how to use or link it.
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
currently DeepStream supports sending objects to message broker(like kafka, AMQP). please refer to doc and sample deepstream_test_4.py.
if the app message (like Telegram, Line…) provides message sending/receiving interface, you can customize code to send objects information according to these interfaces.