Query: How to communicate with Development cloud/data cloud using Drive AGCX Orin Platfrom

Please provide the following info (tick the boxes after creating this topic):
Software Version
[] DRIVE OS 6.0.10.0
[
] DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
[*] Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
[*] DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
2.1.0
[*] other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

Issue Description
<Query: How to communicate with Development cloud/data cloud using Drive AGCX Orin Platfrom >

Error String
< Please provide just the error messages here >

Logs
Provide logs in text box instead of image

Please paste the complete application log here. If there are multiple logs, please use multiple text box

Dear @sudarsanarao.makupalli.yg ,
It is not clear from query. Could you elaborate more about your request/usecase?

Let me explain you, one of our use case is to send image buffer from Orin platform to external cloud where we wanted run AI/ML LLM Models on it , assume for simplicity.

How our ORIN Platform can communicate with external world like by using 5G module and all?

Is there any telematics or modem using which we can communicate with cloud . Or do we need to setup any 5G modem anything such?

Thanks
Sudarsanarao

Dear @sudarsanarao.makupalli.yg ,
We don’t have APIs to send image data to another host or process on cloud directly. You need to use ethernet interfaces to send data from target to other host. Generally we expect the inference to performed on target and so it is designed to support such use cases efficiently.

If you already have a mechanism(code snippet) to send a file to cloud and perform inference , you can use DRIVE OS APIs to store frames to a file and launch a process send these files to cloud for further processing(inference). But you need to evaluate network delay incase of you need inference results on target to process further on target.

Thanks Siva