-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hello, and thanks for this very interesting and useful project!
I am trying to run Meshroom on an Azure VM with Windows 10 64 bit, Nvidia Tesla GPU, 12 core processor, and 56 GB RAM.
I have copied the unzipped Meshroom folder in C:\ and I am able to run Meshroom.
This message comes out in the terminal immediately at startup:
WARNING:root:Missing plugin qtAliceVision.
WARNING:root:Missing plugin qtOIIO.
WARNING:root:glPointSize() and GL_PROGRAM_POINT_SIZE are not supported by ES 2.0
However when I try to import a set of photos with drag and drop I got three error messages:
-
"The code execution cannot proceed because MFPlat.DLL was not found. Reinstalling the program may fix this problem."
-
"The code execution cannot proceed because MF.DLL was not found. Reinstalling the program may fix this problem."
-
"The code execution cannot proceed because MFPReadWrite.DLL was not found. Reinstalling the program may fix this problem."
After I press OK on all three, another message comes out saying:
- "You probably have a corrupted image within the images that you are trying t import".
This is strange since they are all standard jpg images.
After all this, in the terminal I got:
ERROR:root:Error while building intrinsics: CameraInit failed with error code 3221225781.
Command was: "aliceVision_cameraInit --sensorDatabase "C:\Meshroom-2020.1.1-win64\Meshroom-2020.1.1\aliceVision\share\aliceVision\cameraSensors.db" --defaultFieldOfView 45.0 --groupCameraFallback folder --allowedCameraModels pinhole,radial1,radial3,brown,fisheye4,fisheye1 --viewIdMethod metadata --verboseLevel info --output "C:/Users/user/AppData/Local/Temp/tmph_aezwzx/CameraInit/ac38bdd16b58bc6daeecdeacbfc7df059355110f/cameraInit.sfm" --allowSingleView 1 --input "C:\Users\user\AppData\Local\Temp\tmph_aezwzx/CameraInit/ac38bdd16b58bc6daeecdeacbfc7df059355110f//viewpoints.sfm"".
WARNING:root:QQmlComponent: Created graphical object was not placed in the graphics scene.
I have tried to reinstall as suggested but with no success. Could you please suggest a solution?
Thanks very much!