Open KangTeng opened 6 years ago
@kangteng - would you mind sharing your iphone8 camera intrinsics and a brief description of how you obtained them? I am currently trying to get this project working with my 8+, and although I have found a couple ways to derive the intrinsics, the results aren’t as consistent as I’d like...
I can run VINS-mobile successful on the IPhone8 and IPhone8+, you can try the intrinsics of IPhone8+ like this:FOCUS_LENGTH_X=530.233;FOCUS_LENGTH_Y=531.082;PX=250.286;PY=316.520.(I don't use the raw data, however, it is obtained by multiplying a factor by Comparing the intrinsics of iphone7 in the source code and the measured data by monocular camera calibration)
------------------ 原始邮件 ------------------ 发件人: "Andre LaBranche";notifications@github.com; 发送时间: 2018年1月29日(星期一) 中午11:37 收件人: "HKUST-Aerial-Robotics/VINS-Mobile"VINS-Mobile@noreply.github.com; 抄送: "我若为王"576454399@qq.com; "Mention"mention@noreply.github.com; 主题: Re: [HKUST-Aerial-Robotics/VINS-Mobile] VINS-mobile by iPhone 8(#104)
@KangTeng - would you mind sharing your iphone8 camera intrinsics and a brief description of how you obtained them? I am currently trying to get this project working with my 8+, and although I have found a couple ways to derive the intrinsics, the results aren’t as consistent as I’d like...
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I have built the app successfully in my iPhone8. But it shows unsupported device and the initializing is always 0%. How did you solve this problem?
I have successfully run this program on iPhone 8 and upper (iPhone Xs, etc). It can be easily modified by the following:
Good luck.
I obtain intrinsic parameters such as FOCUS_LENGTH_Y, FOCUS_LENGTH_X, PY, PX and get extrinsic parameters likes TIC_X,TIC_Y,TIC_Z by monocular camera calibration. After the compilation is successful, run the code on the IPhone8, the interface stays at 0% of the initialization (Feature points can be refreshed).