I am currently working on a project with the DJI Mavic 3E drone that only has the Mobile SDK and Payload SDK (no Onboard SDK). I have image recognition software code already written and want to put it into the drone's computer so that the software can read in the image from the drone's camera, process the image, and output a signal to a DJI speaker attached to the drone (on or off) via the Payload SDK. The two main issues I am facing right now are:
1.) I don't think I can put in my own code into the drone because the DJI Mavic 3E doesn't have the Onboard SDK. I am also not sure if this is possible at all, even with the Onboard SDK. How do I put my code into the drone, and if I can, where?
2.) I don't think I can take the video/image from the drone's camera and use it in the code I put into the drone. In other words, the video footage will only go the drone's hand-held controller and I can't use it in my code. Is it possible to read in the footage from the camera into the drone?
Would my plan be possible to do, or are there any alternate solutions? Any help is appreciated. Thank you.
1.) I don't think I can put in my own code into the drone because the DJI Mavic 3E doesn't have the Onboard SDK. I am also not sure if this is possible at all, even with the Onboard SDK. How do I put my code into the drone, and if I can, where?
2.) I don't think I can take the video/image from the drone's camera and use it in the code I put into the drone. In other words, the video footage will only go the drone's hand-held controller and I can't use it in my code. Is it possible to read in the footage from the camera into the drone?
Would my plan be possible to do, or are there any alternate solutions? Any help is appreciated. Thank you.