Jordi
Jordi
Hi would be easy to adapt the code to use a spherical camera ? Thanks
Hi , I want to manually define all the observations in a json format file, how could I call the triangulation engine of OpenMVG ? So ComputeFeatures & ComputeMatches would...
Hi, Is it possible to build an android app, and ./run_video_slam in real time ? If it's possible, does the device would need a high specs to achieve that goal...
Hi, it's me again trying to compile your code, this time in centos where I get next error: ``` g++ -c benchs/add_point_with_stamp.cpp -O3 -g -DNDEBUG -Wall -Wextra -fPIC -I. -std=c++0x...
Hi, I just try to compile them all by doing make and get this errors ``` cc -c heatmap.c -O3 -g -DNDEBUG -fopenmp -Wall -Wextra -Wa,-ahl=heatmap.s -fPIC -I. -pedantic -o...
Is there a way to enable wifi on device, I always get error: ERROR_SETWIFIENABLED `WifiWizard2.enableWifi().then((info) => { console.log('Device WIFI Enabled',info); }).catch(( error ) => { console.log( 'Could Not Turn On...
Hello, my current task involves compiling openMVG, including all its dependencies as static libraries. The aim is to be able to run the code on various devices that might lack...
Hi, Would it be possible to get a distance value between control points. When I say distance I talk about a kind of error, so that way we would be...
HI, is it possible to connect the new TOF camera with any rgb camera using this adapter ? What would be the delayed time of shooting ?
Hi, thanks for the implementation. Could this be used with 360º images as source, like the [OmniNerf](https://github.com/cyhsu14/OmniNeRF) implementation Thanks in advance and kind regards