Hey folks,
i'm currently trying to get the best way to use openMVS under Ubutnu (so far the wiki left a couple of questions for me, unfortunately).
1) Is there a way to call openMVS (installes as a third party library) without using su?
- Calling it without sudo results in a Segmentation core dump.
2) Is there additional documentation on how to use it under Linux / Ubuntu?
My current try to import an OpenMVG projet results in no output file unfortunately.
$ cd ~/openMVG_build/openMVS_build/bin
$ sudo ./InterfaceOpenMVG -i ~/meshes/ImageDataset_SceauxCastle2/images_out/reconstruction_global/sfm_data.json -o ~/meshes/scene.mvs
OUTPUT:
00:30:46 [App ] Build date: Jan 28 2016, 22:50:27
00:30:46 [App ] CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
00:30:46 [App ] RAM: 3.86GB Physical Memory 0B Virtual Memory
00:30:46 [App ] OS: Linux 4.2.0-22-generic (x86_64)
00:30:46 [App ] warning: no AVX compatible CPU or OS detected
00:30:46 [App ] Command line: -i /home/martin/meshes/ImageDataset_SceauxCastle2/images_out/reconstruction_global/sfm_data.json -o /home/martin/meshes/scene.mvs
00:30:47 [App ] Imported data: 1 cameras, 11 poses, 11 images, 2639 vertices
Processed images 11 (100%, 1ms)
Any help would be greatly appreciated.