mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
When there is a temporary CameraInit, it means that either the "Visualize HDR images" or "Preprocessed images" options are enabled. If several CameraInit groups are available, and if the currently selected image in the GridView is the first one (index = 0), there is a possibility, depending on the input images, that the first images in two different groups are not identical but have the same view ID. If that happens, there will be no update of the Viewer2D, as the selectedViewId property will not have been modified. By setting the selectedViewId property to -1 when there is a temporary CameraInit and the current index in the GridView is 0, we trigger an update of the viewer even when there is no apparent change in the view ID. |
||
---|---|---|
.. | ||
ImageBadge.qml | ||
ImageDelegate.qml | ||
ImageGallery.qml | ||
IntrinsicDisplayDelegate.qml | ||
IntrinsicsIndicator.qml | ||
qmldir | ||
SensorDBDialog.qml |