Hi all, still new to WebODM so apologies if this has been resolved. Does the main branch of WebODM/ODM incorporate changes made to support the Parrot Sequoia Sunshine sensor? What about rolling shutter correction?
I searched through the forum but I couldn’t see where the changes had been implemented in the main branch, nor what options to use when running ODM on Parrot Sequoia imagery.
1 Like
Welcome!
I do not believe we’ve had any contributions for Rolling Shutter Readout times for that sensor.
from opendm import log
# Make Model (lowercase) --> readout time (ms)
RS_DATABASE = {
'dji phantom vision fc200': 74, # Phantom 2
'dji fc300s': 33, # Phantom 3 Advanced
'dji fc300c': 33, # Phantom 3 Standard
'dji fc300x': 33, # Phantom 3 Professional
'dji fc330': 33, # Phantom 4
'dji fc6310': 33, # Phantom 4 Professional
'dji fc7203': lambda p: 19 if p.get_capture_megapixels() < 10 else 25, # DJI Mavic Mini v1 (at 16:9 => 9MP 19ms, at 4:3 => 12MP 25ms)
'dji fc2103': 32, # DJI Mavic Air 1
'dji fc3170': 27, # DJI Mavic Air 2
'dji fc3411': 32, # DJI Mavic Air 2S
'dji fc220': 64, # DJI Mavic Pro (Platinum)
'hasselblad l1d-20c': lambda p: 47 if p.get_capture_megapixels() < 17 else 56, # DJI Mavic 2 Pro (at 16:10 => 16.8MP 47ms, at 3:2 => 19.9MP 56ms. 4:3 has 17.7MP with same image height as 3:2 which can be concluded as same sensor readout)
This file has been truncated. show original
Are you able to help us with that?
Not as of yet - I haven’t found anything that hasn’t already been mentioned in the forum. My solution now is to fly slower.
What about the sunshine sensor calibration? Have those changes been implemented in the main code branch? The last I read on that was last year.
1 Like
I believe ckato3 intended to re-work their contribution at some point, but no, it is not merged at present.
system
Closed
1 April 2023 20:44
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.