Source

parameters

class plugins.Thread_inspection.parameter_source.camera_parameters.CameraParameters(Parent, RecentWindow)[source]

Bases: Ui_Dialog

Create class controller open camera with inheritance from Ui Dialog Class.

Parameters:
  • () (RecentWindow) – the main class of this application

  • () – The windows displayed now

connect_event()[source]

Connect a push button to each function

list_cam_available()[source]

Provides information about parameters that have been save in the application

handle_combo_box()[source]

Displays the selected parameter

delete_camera_param()[source]

Delete parameters that have been save in the application

update_params()[source]

Update parameters that have been save in the application (Update existing parameter)

add_new_params()[source]

add new parameters to the application

clear_all()[source]

Clear all input parameter box (LineEdit)

get_params_from_form()[source]

Get data from input parameter box (LineEdit)

close_dialog()[source]

Closes the parameter dialog frame and returns to the application