-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: CameraInit failed with error code 1.[question] #1070
Comments
Do you have the latest corresponding AliceVision release (dev build) installed? |
I installed both on the same day so I suppose but if it is the dev build I am not sure about that I just followed the instructions. How can I check it? |
What AliceVision binaries do you use? Do you use your own build? (just to make sure this issue is not related to missing AV or wrong version,...) |
I just did what is in this guide: |
Should I first run the setup.py? I directly ran the sh file. And the error messages are always the same |
When I start the start.sh I instantly get these error messages:
[2020-09-23 13:06:16,264][WARNING] Missing plugin qtAliceVision. |
qtAliceVision and qtOIIO are missing or not found. You need the latest builds for those, too. |
ah okay, how can I build them? ANd is qt automatically installed? |
I give up... When does the next Build come out? |
Meshroom 2020 is 98% complete and should be released in a few weeks. https://github.com/alicevision/AliceVision/milestone/31 https://github.com/alicevision/meshroom/milestone/10 (It depends on how long it takes to close open PRs) |
Perfect |
I manually installed the newest version of meshroom. Now i get this error:
RuntimeError: CameraInit failed with error code 1.
Command was: "aliceVision_cameraInit --sensorDatabase "D:\Programme\meshroom_2020_09\AliceVision\src\aliceVision\sensorDB\cameraSensors.db" --defaultFieldOfView 45.0 --groupCameraFallback folder --allowedCameraModels pinhole,radial1,radial3,brown,fisheye4,fisheye1 --viewIdMethod metadata --verboseLevel info --output "C:/Users/piosb/AppData/Local/Temp/tmppo1d2u9f/CameraInit/ac38bdd16b58bc6daeecdeacbfc7df059355110f/cameraInit.sfm" --allowSingleView 1 --input "C:\Users\piosb\AppData\Local\Temp\tmppo1d2u9f/CameraInit/ac38bdd16b58bc6daeecdeacbfc7df059355110f//viewpoints.sfm"".
Theese are my envoirmetn variables:

And this is my file structure
output.docx
I just followed the documentation:
https://github.com/alicevision/meshroom/blob/develop/INSTALL.md
The text was updated successfully, but these errors were encountered: