natowi

Results 78 comments of natowi

Support for video is not much advertised, as it is rudimentary at the moment.

Here is the Google Groups discussion https://groups.google.com/g/alicevision/c/dP-zKpvzWBo/m/EnSIsvv5AQAJ If you are familiar with compiling programs on arm you may be able to get it to work, but expect some issues with...

https://github.com/alicevision/geogram/issues/19 https://forums.developer.nvidia.com/t/running-meshroom-on-2gb-jetson-nano/173469 (UI only) https://projects.eng.uci.edu/projects/2019-2020/integrated-platform-hyperspectral-3d-photogrammetry-biomedical-applications (They probably did not test it on the Jetson in the end) "I found a guy who is running MeshRoom on a Jetson Nano..." https://twitter.com/mininobu/status/1378391682484301828...

As you can see here, the 2022.1.0 release is on track: https://github.com/alicevision/meshroom/milestone/13 https://github.com/alicevision/AliceVision/milestone/33 So yes, a 2022 release is planned, but no release date is set. There will be a...

Great to hear this Repository is of help for you! I didn´t have the time yet to finalize the Telegram node, so it is great you created a Signal node....

Here is some more documentation: https://meshroom-manual.readthedocs.io/en/latest/feature-documentation/core/nodes.html The uid argument is optional and controls if the parameter effects the node hash. The uid is not important in your case. It is...

Great, the issues you mentioned were my oversight. This here is my "personal" collection of external plugins I like to share, as Meshroom does not have something like a plugin...

The 3de parameters can be taken fom here: https://github.com/alicevision/AliceVision/blob/develop/src/aliceVision/camera/Pinhole3DE.hpp https://github.com/alicevision/AliceVision/blob/develop/src/aliceVision/camera/Distortion3DE.hpp I found documentation for the 3de models: https://www.3dequalizer.com/user_daten/tech_docs/pdf/ldpk.pdf https://www.3dequalizer.com/user_daten/tech_docs/pdf/distortion.pdf This is also a good reference: https://github.com/NatronGitHub/openfx-misc/tree/master/Distortion

Here is a similar topic https://github.com/alicevision/Meshroom/issues/1361

There is a project that supports ARKit import in Meshroom: https://github.com/SamMaoYS/arkit2meshroom (probably needs some updates to match the current release) The latest release has some improvements for known poses, but...