openMVS icon indicating copy to clipboard operation
openMVS copied to clipboard

OpenMVS for iOS

Open cmdavies opened this issue 6 years ago • 9 comments

Hi everyone,

Just wondering if you have a way to build openMVS for the iOS platform for the iPhone applications?

Many thanks!

cmdavies avatar Jun 26 '18 12:06 cmdavies

Did you manage to build it?

didi16 avatar Aug 30 '18 08:08 didi16

Yes I did, you can see the steps in the GitHub issue. However I didn’t manage to use the libs successfully yet due to some weird memory alignment issues...

On Thu, 30 Aug 2018 at 09:19, didi16 [email protected] wrote:

Did you manage to build it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cdcseacave/openMVS/issues/347#issuecomment-417232445, or mute the thread https://github.com/notifications/unsubscribe-auth/Ak3gd_AlTd3uUOt7RGd1QBa7-MtiizPSks5uV6AEgaJpZM4U326G .

cmdavies avatar Aug 30 '18 08:08 cmdavies

I was talking about openMVS, I managed to cross-compile, build and use all the openMVG libraries for Android and now I am trying to also add openMVS to the full pipeline

didi16 avatar Aug 30 '18 09:08 didi16

did you manage to build & use it on iOS? pls share your experience so others have an easier time.

cdcseacave avatar Jan 05 '20 21:01 cdcseacave

No I didn't manage to build and use it on iOS in the end. I changed my direction of the app development in the end. I am still keen to use the OpenMVS in IOS in the future, so please keep me posted if you advance further with the development in this area!

On Sun, Jan 5, 2020 at 9:10 PM cDc [email protected] wrote:

did you manage to build & use it on iOS? pls share your experience so others have an easier time.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cdcseacave/openMVS/issues/347?email_source=notifications&email_token=AJG6A525XKIY2SARMFWAWODQ4JECXA5CNFSM4FG7N2DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEID7TIY#issuecomment-570948003, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJG6A524P4LFFJCN52ZVPHDQ4JECXANCNFSM4FG7N2DA .

cmdavies avatar Jan 06 '20 20:01 cmdavies

I was able to build openMVG for iOS, but no luck with openMVS. I started a bounty for anyone that can help!

https://app.bountysource.com/issues/60141846-openmvs-for-ios

beatTheSystem42 avatar Feb 23 '22 01:02 beatTheSystem42

for me it builds fine, the only problem I know of is if you use the latest boost library with zstd, for some reason it can not link, you can disable the zstd either in boost or in openmvs, simply define in Types.inl #define BOOST_VERSION 106600

cdcseacave avatar Feb 23 '22 07:02 cdcseacave

@cdcseacave

for me it builds fine, the only problem I know of is if you use the latest boost library with zstd, for some reason it can not link, you can disable the zstd either in boost or in openmvs, simply define in Types.inl #define BOOST_VERSION 106600

Can you share speed results on iOS? Some information about FPS and so on.

denred0 avatar Jan 26 '23 12:01 denred0