Post image and gps info together to rest cloud server

• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) 4.6.6

Hello, I need a suggestion: my deepstream using CPP is responsible for detecting potholes. When detecting potholes, I must push image to the cloud server (Rest API) with GPS information. But GPS code by Python. How can I post them together ? I haven’t have much experience, can you help me tks.

My GPS: https://www.waveshare.com/wiki/LC76G_GNSS_Module#Working_with_Jetson_Nano

We also have a python version of the sample deepstream_python_apps. You can refer to these samples and modify the code you need.

But I want high performance, so I use Cpp with Deepstream. GPS that I must use Python since built-in lib. Can I build REST on local server by Python, when detecting pothole, Deepstream post image to Server, afterward I fetch info GPS and combine them for POSTing Cloud server ? Is it performance ?

Yes. You can save the image locally when detecting a pothole. Then you can handle it yourself, like sending it to a server, get the GPS with your python code, etc…

Thanks! I will try it

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