Compatible Drones and Payloads

POLLi’s flight app supports a wide range of drones and sensors. With the focus currently being on DJI products with new drones, sensors and cameras being added to expand our roster in order to facilitate the needs of our customers.f

If a drone is listed here, then that means it is the sensor package that is supported and does not mean you can fly this drone with the POLLi Flight app.

POLLi Camera & GSD Table (Wide + Toggles, Clean 35mm eq)
Columns
POLLi Camera & GSD reference table. Click a header to sort; use search to filter rows. Use “Columns” to hide fields.
Camera ModelSensor Width (mm)Sensor Height (mm)Sensor Diagonal (mm)Full-Frame Diagonal (mm)Crop FactorFocal Length (35mm eq.)Focal Length (actual mm)Image Width (px)Image Height (px)Pixel Pitch X (mm/px)Pixel Pitch Y (mm/px)HFOV (deg)VFOV (deg)Altitude (m) @ 0.25 cm GSDAltitude (m) @ 0.50 cm GSDAltitude (m) @ 1.00 cm GSD
Sony ILCE-7RM5 w/24mm Lens35.92443.183443.2671.00192424950463360.00380.003873.586953.130115.884131.768263.5365
Sony ILX-LR1 w/24mm Lens35.92443.183443.2671.00192424950463360.00380.003873.586953.130115.884131.768263.5365
DJI Mavic 3 Hasselblad17.31321.6443.2671.99942412528039560.00330.003371.553856.8719.158918.317836.6356
DJI Phantom 4 Pro13.28.815.864443.2672.7273248.8547236480.00240.002473.739853.13019.1218.2436.48
DJI Phantom 4 Advanced13.28.815.864443.2672.7273248.8547236480.00240.002473.739853.13019.1218.2436.48
DJI Phantom 4 Pro V2.013.28.815.864443.2672.7273248.8547236480.00240.002473.739853.13019.1218.2436.48
DJI Mavic Pro 213.28.815.864443.2672.72732810.27547236480.00240.002465.470546.397210.6421.2842.56
DJI Mavic 3E17.31321.6443.2671.99942412528039560.00330.003371.553856.8719.158918.317836.6356
DJI Phantom 36.174.557.666343.2675.6438203.54400030000.00150.001582.082665.39935.743511.48722.9739
Sony ILCE-7RM5 w/50mm Lens35.92443.183443.2671.00195050950463360.00380.003839.496326.991533.091966.1838132.3677
Sony ILX-LR1 w/50mm Lens35.92443.183443.2671.00195050950463360.00380.003839.496326.991533.091966.1838132.3677
Sony ILCE-7RM4 w/50mm Lens35.92443.183443.2671.00195050950463360.00380.003839.496326.991533.091966.1838132.3677
Sony ILCE-7RM5 w/55mm Lens35.92443.183443.2671.00195555950463360.00380.003836.149624.61636.401172.8022145.6045
DJI Mavic Mini6.34.77.8643.2675.5046244.36400030000.00160.001671.69556.6496.920613.841127.6823
DJI Phantom 46.174.557.666343.2675.6438244.25400030000.00150.001571.918856.29216.892213.784327.5687
DJI Mavic Air6.174.557.666343.2675.6438244.25405630400.00150.001571.918856.29216.988713.977327.9547
DJI Mavic Pro (12 MP Sensor)6.174.557.666343.2675.6438264.61400030000.00150.001567.61752.56317.466514.93329.8661

Note on 35 mm equivalent: values in that column are shown as numbers for clarity and sorting. For full‑frame lenses that previously displayed “Actual”, the 35 mm equivalent equals the actual focal length.

Compatible Mission Export

This list is the current drones on the market that we support creating a mission in POLLi and then exporting that mission to the flight control software of the drone being used.

Sony ARS-S1: AirPeak S1

Compatible Drones

Our current list of fully supported drones, from connection to POLLi, to flying, to uploading your images, these drones are compatible with all of POLLi’s features.

  • DJI Mavic Pro

  • DJI Mavic Pro 2

  • DJI Mavic Air

  • DJI Mavic Mini

  • DJI Phantom 3

  • DJI Phantom 4

  • DJI Phantom 4 Pro

  • DJI Phantom 4 Advanced

  • DJI Phantom 4 Pro V2.0

Camera Sensor Glossary

Camera & GSD Spreadsheet Column Guide | POLLi
On this page

Camera Model

The exact make and model of the camera, including lens focal length when fixed or specified. Use this to match your setup to the correct row.

Sensor Width (mm)

The physical width of the camera’s image sensor in millimeters. Larger sensors can capture more scene at the same resolution and typically improve signal‑to‑noise.

Sensor Height (mm)

The physical height of the image sensor in millimeters.

Sensor Diagonal (mm)

The diagonal of the sensor computed from width and height.

sensor_diagonal = sqrt(sensor_width² + sensor_height²)

Full‑Frame Diagonal (mm)

A constant reference: the diagonal of a 35 mm full‑frame sensor (36 mm × 24 mm) is 43.27 mm. Used to relate “35 mm equivalent” focal lengths to actual focal lengths.

Crop Factor

How much smaller (or larger) your sensor is compared to full‑frame. It determines how field of view changes for a given lens.

crop_factor = full_frame_diagonal / sensor_diagonal

Larger crop factor → narrower field of view (more “zoomed‑in”) for the same lens.

Focal Length (35 mm eq.)

The focal length that would produce the same field of view on a 35 mm full‑frame camera. Manufacturers use this for easy comparison across sensor sizes.

Focal Length (actual mm)

The physical focal length of the lens used for calculations.

actual_focal_mm = eq_focal_mm × (sensor_diagonal / full_frame_diagonal)

If your spreadsheet says “24 Actual”, the number is already the true focal length and no conversion is applied.

Image Width (px)

Horizontal pixel count of each image. Combined with sensor width, it defines pixel pitch and ground sample distance.

Image Height (px)

Vertical pixel count of each image.

Pixel Pitch X (mm/px)

Physical size of a pixel in the horizontal direction.

pixel_pitch_x = sensor_width_mm / image_width_px

Pixel Pitch Y (mm/px)

Physical size of a pixel in the vertical direction.

pixel_pitch_y = sensor_height_mm / image_height_px

HFOV (deg)

Horizontal Field of View — the width of the scene the camera sees.

HFOV = 2 × atan(sensor_width_mm / (2 × actual_focal_mm))

VFOV (deg)

Vertical Field of View — the height of the scene the camera sees.

VFOV = 2 × atan(sensor_height_mm / (2 × actual_focal_mm))

Altitudes (m) for Target GSD

Flight heights needed to achieve specific ground sample distance (GSD) targets. Lower GSD (e.g., 0.25 cm/px) means finer detail and generally higher altitude for the same lens/sensor.

altitude_m = GSD_m × actual_focal_mm × (image_width_px / sensor_width_mm)

Units: GSD in meters per pixel, focal length and sensor width in millimeters, altitude output in meters.

Tips for Novice Users

  • Want more detail? Choose a smaller GSD (e.g., 0.25 cm/px) but expect more images and processing.
  • Wide vs. telephoto: In areas with tall trees, structures, or other obstacles, using a longer focal length lets you fly higher while keeping the same target GSD. This increases obstacle clearance and supports collision‑avoidance while maintaining required detail. Plan missions with a fixed focal length: changing optical zoom mid‑flight changes GSD and invalidates precomputed altitudes.
  • Compliance matters: Always check local flight rules and altitude restrictions before planning missions.
  • Consistency: Keep consistent camera settings and altitude across flights to simplify comparisons over time.
  • Zoom settings: POLLi supports prime lenses or zoom lenses used at their widest (zero‑zoom) setting. Changing optical zoom alters the effective focal length and invalidates precomputed GSD/altitude values. Digital zoom is not supported—it crops/interpolates pixels and makes GSD unpredictable.

Download

Get a printable version of this guide (PDF) — optimized for paper and saving.

Get a printable version of this guide

Our mission is to make field data collection fast, easy, and robust. We want to put drones and artificial intelligence in your organization’s toolbox.

Contact Us