Our Hardware:
Drone: Matrice 600, RC controller: DJI - GL 858A connected through LightBridge 2, Flight Controller: A3, OES: Intel NUC 5i5RYK running ROS, Mobile: iOS, Camera connected to Gimbal
Problem:
We are trying to move the images captured from the Camera's SD card to the OES
Current architecture:
The onboard SDK doesn't allow to transfer of images from camera to the OES but only allows it to control the camera and take pictures. We are able to download the images to the Mobile but we need to move the images to the OES file system. The only way I can communicate to the OES is through the mobile SDK which restricts me to send 100bytes of data in a 1kb/s connection. This will take forever to upload the images to the OES.. Is there any alternative solution for this?