• 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.
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…