Hi, it could be possible to use a Monocular SLAM approach (like ORB_SLAM or VINS) in order to get poses of the images. Feeding poses to a photogrammetry system may help it to converge faster. Things to check:
1) The monocular SLAM approach should be able to export poses to a file,
2) The poses may not be in the same coordinate frames used by the photogrammetry system, so poses may need to be transformed in photogrammetry coordinate frames,
3) Can photogrammetry system actually import poses and in which format?
In short, if I have a monocular camera, what is the best method for me to get a dense pointcloud of the environment?
Photogrammetry software (assuming you have high resolution images and no limited time to process all those images).