Message notification Deepstream

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.

  1. what do you mean about “object notification”?
  2. what do you mean about “a method deepstream python app”?
  1. it’s like im doing smoke and fire detection and I want to receive a notification when it detects those thing with rtsp.
  2. I want to bind deepstream python app with Line notify python code or any app like that so it’ll be able to solve the problem

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.