Drones with onboard AI: how computer vision is changing everything

TL;DR:

  • Drones with onboard AI now process computer vision locally, without cloud dependency
  • Applications range from precision agriculture to search and rescue with thermal detection
  • NVIDIA Jetson Orin Nano and dedicated chips are democratising edge AI access
  • 2026 European regulations impose clear limits on facial recognition in drones
  • Costs have dropped 60% since 2024 — professional solutions starting at €2,500

Two years ago, talking about artificial intelligence in drones meant, in most cases, simple object-following algorithms or pre-programmed flight modes. Today — and this is something I’ve been observing with growing fascination — we’re in a completely different reality. Drones with embedded AI processors are making real-time decisions, identifying objects, people and patterns without sending a single byte to the cloud. And this changes everything.

In this article, I’ll explore the current state of computer vision in drones, the technologies behind it, the practical applications already transforming entire sectors across Europe, and the ethical and regulatory challenges this advancement brings.

What exactly is onboard AI in a drone?

When we say “onboard AI” (or edge AI), we’re referring to a drone’s ability to process artificial intelligence algorithms directly on the hardware it carries, without needing internet connectivity or remote servers. It’s the opposite of the cloud-dependent model that dominated the first generation of “smart” drones.

In practice, the drone carries a neural processor — typically an NPU (Neural Processing Unit) chip or mobile GPU — capable of running machine learning models in real time. And when I say real time, I mean inference at 30-60 frames per second, with latency under 50 milliseconds.

Why does this matter? Imagine a search and rescue drone flying over a forested area after a wildfire. If it needs to send every video frame to a remote server, process it, and receive a response, we’re talking about latencies of 200-500ms with good 5G coverage — and much more in rural areas without it. With local processing, detecting an injured person happens instantaneously.

The technologies behind it: chips and frameworks

The chip ecosystem for drone AI has evolved dramatically. Here are the main players in 2026:

NVIDIA Jetson Orin Nano

The Jetson Orin Nano has become virtually the industry standard for professional AI drones. With 40 TOPS (Tera Operations Per Second) and power consumption of just 7-15W, it offers an impressive performance-to-power ratio. At around €200 per module, it’s accessible even for academic projects.

In my experience, the Orin Nano can run optimised YOLOv8 models at 45fps at 640×640 resolution — more than sufficient for real-time object detection. Portuguese companies like Beyond Vision (based in Aveiro) already integrate it in their industrial drone inspection solutions.

Qualcomm Flight RB5

Particularly interesting for smaller consumer drones. It integrates AI processing (15 TOPS), 5G connectivity, and flight management on a single board. The DJI Mini 4 Pro and other consumer drones use Qualcomm architecture for advanced tracking features.

Hailo-8

The Hailo-8 is particularly impressive — 26 TOPS at just 2.5W power consumption, in an M.2 form factor that fits almost any platform. I’ve seen growing adoption in thermal camera drones for real-time thermal and visual data fusion.

Practical applications that are already reality

Let’s move beyond theory and look at what’s actually happening.

Precision agriculture

The agricultural sector is finally embracing AI drones seriously. Startups are operating drones equipped with multispectral cameras and local processing that identify water stress, pests, and nutritional deficiencies — all in real time during flight.

AI models trained with region-specific crop data (vineyards, olive groves, citrus) achieve 94% water stress detection accuracy, compared to 78% with generic models. Cost per monitored hectare runs between €15-25.

Infrastructure inspection

Energy companies across Europe now use AI-equipped drones for power line and substation inspection. Systems automatically detect corrosion, damaged insulators, bird nests (yes, stork nests on power lines are a real problem in southern Europe!), and invasive vegetation. What previously required three people and a full day now takes one pilot and two hours.

Enterprise drones like the DJI Mavic 3 Enterprise offer some of these capabilities out of the box, but the most advanced solutions use customised platforms with multiple cameras and Jetson processing.

Search and rescue

This is perhaps the most exciting application — where onboard AI genuinely saves lives. Civil protection agencies are integrating drones with thermal detection and person recognition in search operations, achieving accuracy rates above 92%.

A concrete case: in January 2026, during a search for a missing hiker in Portugal’s Serra da Lousã mountains, a drone with a thermal camera and onboard AI located the person in 47 minutes — an area that would have taken hours to cover with ground teams.

Computer vision models running on drones

For the more technically inclined, here’s what’s actually running on these drones:

  • YOLO (You Only Look Once): The YOLOv8/v9 family dominates object detection. Nano and small models run easily on embedded hardware
  • SAM (Segment Anything Model): Edge-optimised versions (MobileSAM, FastSAM) enable real-time semantic segmentation
  • Depth estimation: MiDaS and variants allow drones to “perceive” distances without LIDAR
  • Onboard OCR: For reading plates and serial numbers during inspections

The clear trend is quantisation — reducing weight precision from FP32 to INT8 or INT4, maintaining 95-98% of original accuracy while gaining 3-5x speed. Frameworks like TensorRT, ONNX Runtime, and Hailo Dataflow Compiler make this increasingly accessible.

European regulation and ethical questions

The EU AI Act, in force since 2025, classifies real-time remote biometric surveillance as “unacceptable risk” — meaning facial recognition on drones is essentially prohibited in the EU. And rightly so, in my opinion.

This doesn’t prevent generic person detection (without identification), object detection, or aggregated behavioural pattern analysis. But it draws a clear line that the sector needed.

For professional AI drone use in the EU, national aviation authorities now require:

  • Declaration of data types processed (visual, thermal, LIDAR)
  • Confirmation that biometric data is not collected or stored
  • Privacy impact assessment for urban operations

Costs and accessibility in 2026

Costs have dropped significantly:

  • DIY/academic solution: Drone + Jetson Orin Nano + camera — from €1,200
  • Professional inspection kit: €2,500-5,000
  • Enterprise solution: €8,000-25,000 (multi-sensor, certified)
  • Consumer with basic AI: €350-800 (DJI Neo 2, Mini 4 Pro, etc.)

For those wanting to start experimenting, I recommend a 4K drone for beginners as a base platform, potentially adding a Hailo or Jetson module for AI projects.

Conclusion

Onboard computer vision in drones isn’t the future — it’s the present. It’s transforming real sectors, creating jobs, and raising regulatory questions we need to keep debating.

For those in the industry, the message is clear: investing in AI and computer vision skills isn’t optional. It’s the baseline for remaining competitive over the next five years. For curious outsiders, there’s never been a better time to get in — costs are low, hardware is accessible, and demand for qualified professionals is enormous.

In an upcoming article, I’ll do a hands-on tutorial on setting up object detection on a drone with Jetson Orin Nano. Stay tuned.

Related Articles

Frequently Asked Questions

Do I need programming skills to use AI drones?

It depends. Consumer drones like the DJI Neo 2 or Mini 4 Pro come with pre-configured AI that works out of the box. For custom professional solutions, Python knowledge and frameworks like TensorRT are recommended.

Does onboard AI work without internet?

Yes, that’s precisely the advantage. Processing occurs locally on the drone with no internet required. Results can be stored locally and synced later. The exception is AI model updates, which require prior download.

Is it legal to use AI drones for surveillance in Europe?

Generic person and object detection is legal for authorised professional purposes. Facial recognition is prohibited under the EU AI Act, with very limited public safety exceptions. Commercial operations require aviation authority authorisation and privacy impact assessments.

What’s the most affordable AI drone to start with?

For pre-configured AI, the DJI Neo 2 (€349) offers capable AI tracking. For custom projects, a kit with Jetson Orin Nano starts at €1,200 — but requires significant technical knowledge.

Gostaste deste artigo?

Recebe novos artigos directamente no teu email.

Contact Form Demo