mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-11 07:11:52 +02:00
[ui] display number of reconstructed cameras
This commit is contained in:
parent
2eb2c3ac6f
commit
2480c22bf2
2 changed files with 3 additions and 1 deletions
|
@ -492,6 +492,8 @@ class Reconstruction(UIGraph):
|
|||
sfmReport = Property(bool, lambda self: len(self._poses) > 0, notify=sfmReportChanged)
|
||||
sfmAugmented = Signal(Node, Node)
|
||||
|
||||
nbCameras = Property(int, lambda self: len(self._poses), notify=sfmReportChanged)
|
||||
|
||||
# Signals to propagate high-level messages
|
||||
error = Signal(Message)
|
||||
warning = Signal(Message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue