LICENSE
README.md
pyproject.toml
caliscope/__init__.py
caliscope/__main__.py
caliscope/configurator.py
caliscope/controller.py
caliscope/export.py
caliscope/helper.py
caliscope/intrinsic_stream_manager.py
caliscope/logger.py
caliscope/motion_trial.py
caliscope/packets.py
caliscope/synchronized_stream_manager.py
caliscope/tracker.py
caliscope/workspace_guide.py
caliscope.egg-info/PKG-INFO
caliscope.egg-info/SOURCES.txt
caliscope.egg-info/dependency_links.txt
caliscope.egg-info/entry_points.txt
caliscope.egg-info/requires.txt
caliscope.egg-info/top_level.txt
caliscope/calibration/charuco.py
caliscope/calibration/draw_charuco.py
caliscope/calibration/intrinsic_calibrator.py
caliscope/calibration/stereocalibrator.py
caliscope/calibration/capture_volume/capture_volume.py
caliscope/calibration/capture_volume/point_estimates.py
caliscope/calibration/capture_volume/quality_controller.py
caliscope/calibration/capture_volume/seaborn_summaries.py
caliscope/calibration/capture_volume/set_origin_functions.py
caliscope/calibration/capture_volume/helper_functions/get_point_estimates.py
caliscope/calibration/capture_volume/helper_functions/get_stereotriangulated_table.py
caliscope/cameras/camera.py
caliscope/cameras/camera_array.py
caliscope/cameras/camera_array_initializer.py
caliscope/cameras/synchronizer.py
caliscope/gui/charuco_widget.py
caliscope/gui/extrinsic_playback_widget.py
caliscope/gui/log_widget.py
caliscope/gui/main_widget.py
caliscope/gui/post_processing_widget.py
caliscope/gui/progress_dialog.py
caliscope/gui/synched_frames_display.py
caliscope/gui/workspace_widget.py
caliscope/gui/camera_management/camera_display_widget.py
caliscope/gui/camera_management/multiplayback_widget.py
caliscope/gui/camera_management/playback_widget.py
caliscope/gui/frame_emitters/frame_dictionary_emitter.py
caliscope/gui/frame_emitters/playback_frame_emitter.py
caliscope/gui/frame_emitters/tools.py
caliscope/gui/utils/spinbox_utils.py
caliscope/gui/vizualize/camera_mesh.py
caliscope/gui/vizualize/playback_triangulation_widget.py
caliscope/gui/vizualize/calibration/capture_volume_visualizer.py
caliscope/gui/vizualize/calibration/capture_volume_widget.py
caliscope/post_processing/blender_tools.py
caliscope/post_processing/gap_filling.py
caliscope/post_processing/post_processor.py
caliscope/post_processing/smoothing.py
caliscope/recording/recorded_stream.py
caliscope/recording/video_recorder.py
caliscope/trackers/__init__.py
caliscope/trackers/charuco_tracker.py
caliscope/trackers/face_tracker.py
caliscope/trackers/hand_tracker.py
caliscope/trackers/helper.py
caliscope/trackers/pose_tracker.py
caliscope/trackers/simple_holistic_tracker.py
caliscope/trackers/tracker_enum.py
caliscope/trackers/wireframe_builder.py
caliscope/trackers/holistic/holistic_tracker.py
caliscope/triangulate/array_stereo_triangulator.py
caliscope/triangulate/stereo_points_builder.py
caliscope/triangulate/sync_packet_triangulator.py
caliscope/triangulate/triangulation.py
dev/dev_cross_corr_sync.py
dev/demo/demo_gui_capture_volume.py
dev/demo/demo_gui_main.py
dev/demo/demo_gui_post_processing.py
dev/demo/demo_gui_triangulation_visualizer.py
dev/demo/demo_synched_frames_widget.py
tests/__init__.py
tests/test_calibration.py
tests/test_configurator.py
tests/test_controller.py
tests/test_export.py
tests/test_gap_fill.py
tests/test_intrinsic_calibrator.py
tests/test_metarig_config_json.py
tests/test_motion_trial.py
tests/test_no_video_calibrate.py
tests/test_smoothing.py
tests/test_stream.py
tests/test_sync_stream_manager.py
tests/test_synchronizer.py
tests/test_triangulator.py
tests/test_wireframe_builder.py
tests/test_xy_csv_process.py
tests/test_xy_to_xyz.py