Candice Bentéjac
Candice Bentéjac
Hi @j2l, What was the filename of the image you were trying to import? If it contained a large number, I think you might have encountered issue alicevision/AliceVision/issues/1411, which should...
Hi @oGrqpez, The first `CameraInit` node is meant to be set with your input images for the photogrammetry part, and the second with your images for the tracking part. Please...
Hi @bhack, the calibration of the distortion is not mandatory. It is merely part of the template because if the checkerboard can be provided, then the results will be better....
This PR should not be merged until #1882 is merged. With our current version of PySide2, enums cannot be exposed to QML (https://bugreports.qt.io/browse/PYSIDE-957). Rather than sending the enum values as...
This is not as straightforward as I thought it would be, even with PySide2 5.15.2. I'm changing this PR's status to "Draft", we'll need to rework it.
Hi @pancrazioxiaohan, Did you clone the projet with the `--recursive` option as indicated in https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#compile-the-project?
Hi, There is an issue with native dialogs on Linux with Qt 5.15 (which is used for Meshroom 2023.3.0) that causes the file dialogs to sometimes be unresponsive. A workaround...
This is indeed fixed by https://github.com/alicevision/AliceVision/pull/1629, which will be part of the next release.
Fixed and merged in https://github.com/alicevision/AliceVision/pull/1910, which will be part of the 2025.1.0 release.
Hi @Sasikumar5799, Did you build AliceVision and set the environment variables from https://github.com/alicevision/Meshroom/blob/develop/start.bat accordingly? The issue you have can occur if the executable for the `CameraInit` node cannot be found...