videof2b package
Subpackages
- videof2b.core package
- Subpackages
- Submodules
- videof2b.core.calibration module
- videof2b.core.camera module
- videof2b.core.camera_director module
- videof2b.core.detection module
- videof2b.core.drawing module
- videof2b.core.figure_tracker module
- videof2b.core.figures module
- videof2b.core.flight module
- videof2b.core.geometry module
- videof2b.core.imaging module
- videof2b.core.processor module
ProcessorReturnCodesProcessorSettingsVideoProcessorVideoProcessor.add_locator_point()VideoProcessor.ar_geometry_availableVideoProcessor.clear_track()VideoProcessor.error_occurredVideoProcessor.finishedVideoProcessor.load_flight()VideoProcessor.locating_startedVideoProcessor.locator_points_changedVideoProcessor.locator_points_definedVideoProcessor.manipulate_sphere()VideoProcessor.mark_figure()VideoProcessor.new_frame_availableVideoProcessor.on_locator_points_changed()VideoProcessor.on_locator_points_defined()VideoProcessor.pause_resume()VideoProcessor.pausedVideoProcessor.pop_locator_point()VideoProcessor.progress_updatedVideoProcessor.relocate()VideoProcessor.run()VideoProcessor.staticMetaObjectVideoProcessor.stop()VideoProcessor.stop_locating()VideoProcessor.track_clearedVideoProcessor.update_figure_diags()VideoProcessor.update_figure_state()VideoProcessor.update_maneuver_endpts()
- videof2b.core.projection module
- Module contents
- videof2b.ui package
- Submodules
- videof2b.ui.about_window module
- videof2b.ui.camera_cal_dialog module
- videof2b.ui.camera_director_dialog module
- videof2b.ui.exception_dialog module
- videof2b.ui.icons module
- videof2b.ui.load_flight_dialog module
- videof2b.ui.main_window module
MainWindowMainWindow.clear_trackMainWindow.closeEvent()MainWindow.figure_diags_changedMainWindow.figure_markMainWindow.figure_state_changedMainWindow.load_settings()MainWindow.locating_completedMainWindow.maneuver_endpts_changedMainWindow.manipulate_sphereMainWindow.on_ar_geometry_available()MainWindow.on_cal_finished()MainWindow.on_cal_thread_finished()MainWindow.on_calibrate_cam()MainWindow.on_chk_diag_changed()MainWindow.on_chk_endpts_changed()MainWindow.on_chk_figure_changed()MainWindow.on_clear_track()MainWindow.on_figure_end()MainWindow.on_figure_start()MainWindow.on_help_about()MainWindow.on_load_flight()MainWindow.on_loc_pts_changed()MainWindow.on_loc_pts_defined()MainWindow.on_locating_started()MainWindow.on_move_east()MainWindow.on_move_north()MainWindow.on_move_reset()MainWindow.on_move_south()MainWindow.on_move_west()MainWindow.on_next_figure()MainWindow.on_pause_resume()MainWindow.on_paused_resumed()MainWindow.on_place_cam()MainWindow.on_proc_finished()MainWindow.on_proc_starting()MainWindow.on_proc_thread_finished()MainWindow.on_progress_updated()MainWindow.on_relocate_cam()MainWindow.on_restart_flight()MainWindow.on_rotate_ccw()MainWindow.on_rotate_cw()MainWindow.on_stop_proc()MainWindow.on_track_cleared()MainWindow.pause_resumeMainWindow.relocate_camMainWindow.save_settings()MainWindow.start_cal_thread()MainWindow.start_proc_thread()MainWindow.staticMetaObjectMainWindow.stop_processor
UIMainWindow
- videof2b.ui.style module
- videof2b.ui.video_window module
- videof2b.ui.widgets module
- Module contents
Submodules
videof2b.app module
Main VideoF2B application.
- class videof2b.app.VideoF2B
Bases:
QObjectThe main application runner for VideoF2B.
- hook_exception(exc_type, value, traceback)
Add an exception hook so that any uncaught exceptions are displayed in this window rather than someplace where users cannot see it and cannot report when we encounter these problems.
- Parameters:
exc_type – The class of exception.
value – The actual exception object.
traceback – A traceback object with the details of where the exception occurred.
- run(app)
The main method. Makes the necessary preparations, then runs the given app.
- static set_busy_cursor()
Sets the Busy Cursor for the Application.
- static set_normal_cursor()
Sets the Normal Cursor for the Application.
- staticMetaObject = PySide6.QtCore.QMetaObject("VideoF2B" inherits "QObject": )
- videof2b.app.start()
Programmatic entry point of VideoF2B.
Module contents
The videof2b package contains all VideoF2B functionality.