def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Scanner autocheck"), selected_callback=on_selected_callback, has_undo=False, has_restore=False)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Video settings"), selected_callback=on_selected_callback, has_undo=False, restore_callback=self._set_resolution)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Scan parameters"), has_undo=False, has_restore=False) self.main = self.GetParent().GetParent().GetParent()
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Point cloud color"), has_undo=False, has_restore=False) self.main = self.GetParent().GetParent().GetParent()
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Point cloud ROI")) self.main = self.GetParent().GetParent().GetParent()
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__( self, parent, _("Rotating platform"), has_undo=False) self.main = self.GetParent().GetParent().GetParent()
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Calibration segmentation"))
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Scan capture"))
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Platform extrinsics"), selected_callback=on_selected_callback, has_undo=False)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Laser triangulation"), selected_callback=on_selected_callback, has_undo=False)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Pattern settings"), selected_callback=on_selected_callback)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Laser control"), has_undo=False, has_restore=False)
def __init__(self, parent, on_selected_callback): ExpandablePanel.__init__(self, parent, _("Camera control")) self.current_framerate = None