Open Beep6581 opened 2 years ago
https://github.com/alicevision/meshroom/issues/232#issuecomment-579230462 mentions that dragging-and-dropping should be supported in 2021.1.0, so I tried it.
When I drag-and-drop, a new "KeyframeSelection" node appears, and a popup informing me of the fact.
So dragging-and-dropping seems to have worked, or at least something happened, while when using File > Import Images nothing happens.
When I remember correctly, only drag and drop support was implemented.
At the moment, the node does not smoothly integrate in the graph. When we no longer need workarounds like manually reimporting the extracted images, video support will be better integrated in the gui than it is now. Having a video option in the import menu would set expectations that can not be meet at the moment.
I understand, but it's undocumented and unintuitive that drag-and-drop of videos should work while File > Import Images does not. It would help if either that was explicitly documented, or if File > Import Images supported videos the same way drag-and-drop does.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There are issues reading videos under linux: see https://github.com/alicevision/Meshroom/issues/2285#issuecomment-2285901754
I'm using
Meshroom-2021.1.0-linux-cuda10.tar.gz
and trying to perform photogrammetry from video. The manual does not explain how to do this, so I'm trying to figure out the procedure from the scant info in issue #232.I click File > New Pipeline > Photogrammetry.
Then I click File > Import Images and select a straight-out-of-camera (Samsung S9) MP4 in HEVC format, and an MP4 converted to H.264 using ffmpeg. In both cases nothing happens. No hint whether it worked or not. The console shows only this:
The "Images" panel has a picture icon and a camera icon at the bottom, both show 0:
ffprobe on the videos:
So I don't know, did it fail? If so, why? Maybe H.264 and H.265 are unsupported - who knows? That's why I opened issue #1619.
If importing failed, there should be verbose feedback - a popup or an entry in a log. If it succeeded, I should see something somewhere too. And the manual should describe the process of importing video.