From 04052540fc75c22ce73e4233a5026454c7353c1f Mon Sep 17 00:00:00 2001 From: dsandson <31405278+dsandson@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:18:42 +0100 Subject: [PATCH] Update rollingshutter.py Add Yuneec H520 / E90 camera with 44ms rolling shutter speed --- opendm/rollingshutter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opendm/rollingshutter.py b/opendm/rollingshutter.py index 98d52e3d..f31471e5 100644 --- a/opendm/rollingshutter.py +++ b/opendm/rollingshutter.py @@ -18,6 +18,8 @@ RS_DATABASE = { 'dji fc3582': lambda p: 26 if p.get_capture_megapixels() < 48 else 60, # DJI Mini 3 pro (at 48MP readout is 60ms, at 12MP it's 26ms) 'dji fc350': 30, # Inspire 1 + + 'yuneec e90': 44, # Yuneec E90 'gopro hero4 black': 30, # GoPro Hero 4 Black 'gopro hero8 black': 17, # GoPro Hero 8 Black