-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any pointer on how to calculate iPhone X, XS, XR sensor? #18
Comments
iPhone X focal_pix = (max( w, h ) * focal_mm) / ccdw_mm focal_pix = 4032 pixel * 4 mm / 4.80 mm == 3360 pixel ? --> but what to do with this value? focal_pix: the focal length in pixels, CameraMaker;CameraModel;SensorWidth(mm) |
I am comparing all the iPhone and trying to get some numbers to work with the formula, it's really confusing at the moment: CameraMaker;CameraModel;SensorDescription;SensorWidth(mm);SensorHeight(mm),SensorWidth(pixels),SensorHeight(pixels) Apple;iPhone 4;"1/3.2"" (~ 4.54 × 3.42 mm);4.54;3.42;2592;1936 |
Searching around Google, I got an arbitrary guess that iPhone X is 4.8mm? @pmoulon
|
@enzyme69 hey,have you finished your work? I want to use openmvg to deal with my photo captured with Iphone 7 PLUS,but i meet the same problem |
I can see the database was kind of up to date on iPhone, but I am trying to calculate the one for iPhone X especially. Any idea? Does it correspond to certain lens, because the Plus size and iPhone X also has 2 lenses? Except for XR.
@cignoni Any idea how to calculate this? Thanks!
The text was updated successfully, but these errors were encountered: