LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
versioneer.py
freemocap/__init__.py
freemocap/_version.py
freemocap/calibrate.py
freemocap/createvideo.py
freemocap/fmc_anipose.py
freemocap/fmc_blender.py
freemocap/fmc_deeplabcut.py
freemocap/fmc_demo.py
freemocap/fmc_maya_tools.py
freemocap/fmc_mediapipe.py
freemocap/fmc_mediapipe_annotation.py
freemocap/fmc_openpose.py
freemocap/fmc_origin_alignment.py
freemocap/fmc_pyqtgraph.py
freemocap/fmc_runme.py
freemocap/fmc_trackdata_handler.py
freemocap/freemocap_blender_megascript.py
freemocap/openpose_data_mappings.py
freemocap/play_skeleton_animation.py
freemocap/playskeleton.py
freemocap/reconstruct3D.py
freemocap/recordingconfig.py
freemocap/rich_gui.py
freemocap/runcams.py
freemocap/session.py
freemocap.egg-info/PKG-INFO
freemocap.egg-info/SOURCES.txt
freemocap.egg-info/dependency_links.txt
freemocap.egg-info/requires.txt
freemocap.egg-info/top_level.txt
freemocap/dev_scratchpad/__init__.py
freemocap/dev_scratchpad/batch_process.py
freemocap/dev_scratchpad/blender_test_script.py
freemocap/dev_scratchpad/fmc_rich.py
freemocap/dev_scratchpad/playAnimWithSlider.py
freemocap/dev_scratchpad/playSkeletonAnimation.py
freemocap/dev_scratchpad/simple_camera.py
freemocap/dev_scratchpad/dev_alpha_old/FMC_Camera.py
freemocap/dev_scratchpad/dev_alpha_old/FMC_MultiCamera.py
freemocap/dev_scratchpad/dev_alpha_old/FMC_Session.py
freemocap/dev_scratchpad/dev_alpha_old/FMC_Visualizer.py
freemocap/dev_scratchpad/dev_alpha_old/__init__.py
freemocap/dev_scratchpad/dev_alpha_old/capture_volume_calibration.py
freemocap/dev_scratchpad/dev_alpha_old/fmc_alpha_runme.py
freemocap/dev_scratchpad/dev_alpha_old/freemocap_alpha_runme_script.py
freemocap/dev_scratchpad/dev_alpha_old/old_FMC_MultiCameraRecorder.py
freemocap/dev_scratchpad/dev_alpha_old/tracking_methods/__init__.py
freemocap/dev_scratchpad/dev_alpha_old/tracking_methods/fmc_mediapipe_alpha.py
freemocap/fmc_startup/__init__.py
freemocap/fmc_startup/startup.py
freemocap/fmc_startup/startupGUI.py
freemocap/prod/__init__.py
freemocap/prod/cam/__init__.py
freemocap/tests/__init__.py
freemocap/tests/conftest.py
freemocap/tests/test_examples.py
freemocap/webcam/__init__.py
freemocap/webcam/camera_settings.py
freemocap/webcam/camsetup.py
freemocap/webcam/checkcams.py
freemocap/webcam/recordGUI.py
freemocap/webcam/startcamrecording.py
freemocap/webcam/timesync.py
freemocap/webcam/videotrim.py
jon_scratch/__init__.py
jon_scratch/freemocap_plotly.py
jon_scratch/matplotlib_laser_skeleton.py
jon_scratch/multi_camera_handler.py
jon_scratch/opencv_camera.py
jon_scratch/run_window.py
jon_scratch/tensorflow_gpu_tester.py
jon_scratch/matplotlib_laser_skeleton/__init__.py
jon_scratch/matplotlib_laser_skeleton/matplotlib_laser_skeleton.py
jon_scratch/pupil_calibration_pipeline/__init__.py
jon_scratch/pupil_calibration_pipeline/load_pupil_data_blender_script.py
jon_scratch/pupil_calibration_pipeline/pupil_freemocap_calibration_pipeline_orchestrator.py
jon_scratch/pupil_calibration_pipeline/pupil_freemocap_synchronizer.py
jon_scratch/pupil_calibration_pipeline/qt_gl_laser_skeleton_visualizer.py
jon_scratch/pupil_calibration_pipeline/rotation_matrix_calculator.py
jon_scratch/pupil_calibration_pipeline/session_data_loader.py
jon_scratch/pupil_calibration_pipeline/vor_calibrator.py
jon_scratch/pupil_calibration_pipeline/data_classes/__init__.py
jon_scratch/pupil_calibration_pipeline/data_classes/freemocap_session_data_class.py
jon_scratch/pupil_calibration_pipeline/data_classes/pupil_dataclass_and_handler.py
jon_scratch/pupil_calibration_pipeline/data_classes/rotation_data_class.py
jon_scratch/pupil_calibration_pipeline/spherical_coordiate_converters/__init__.py
jon_scratch/pupil_calibration_pipeline/spherical_coordiate_converters/cart2sph_and_sph2cart.py
jon_scratch/sleap/__init__.py
jon_scratch/sleap/load_sleap_tracks_to_blender.py
src/__init__.py
src/api/__init__.py
src/api/app_factory.py
src/api/globals.py
src/api/models/__init__.py
src/api/routes/__init__.py
src/api/routes/camera/__init__.py
src/api/routes/camera/cam_data_ws.py
src/api/routes/camera/camera_route.py
src/api/routes/health/__init__.py
src/api/routes/health/health_check_route.py
src/api/services/__init__.py
src/api/services/board_detect_service.py
src/api/services/mediapipe_detect_service.py
src/api/services/user_config.py
src/cameras/__init__.py
src/cameras/capture/__init__.py
src/cameras/capture/dataclasses/__init__.py
src/cameras/capture/dataclasses/frame_payload.py
src/cameras/capture/opencv_camera/__init__.py
src/cameras/capture/opencv_camera/camera_stream_thread_handler.py
src/cameras/capture/opencv_camera/opencv_camera.py
src/cameras/detection/__init__.py
src/cameras/detection/cam_detection.py
src/cameras/detection/cam_singleton.py
src/cameras/detection/models.py
src/cameras/multicam_manager/__init__.py
src/cameras/multicam_manager/cv_camera_manager.py
src/cameras/persistence/__init__.py
src/cameras/persistence/video_writer/__init__.py
src/cameras/persistence/video_writer/save_options_dataclass.py
src/cameras/persistence/video_writer/video_recorder.py
src/config/__init__.py
src/config/data_paths.py
src/config/webcam_config.py
src/core_processor/__init__.py
src/core_processor/log_setup.py
src/core_processor/show_cam_window.py
src/core_processor/camera_calibration/__init__.py
src/core_processor/camera_calibration/calibration_dataclasses.py
src/core_processor/camera_calibration/calibration_diagnostics_visualizer.py
src/core_processor/camera_calibration/camera_calibrator.py
src/core_processor/camera_calibration/lens_distortion_calibrator.py
src/core_processor/camera_calibration/charuco_board_detection/__init__.py
src/core_processor/camera_calibration/charuco_board_detection/charuco_board_detector.py
src/core_processor/camera_calibration/charuco_board_detection/charuco_image_annotator.py
src/core_processor/camera_calibration/charuco_board_detection/shared_board_view_detection.py
src/core_processor/camera_calibration/charuco_board_detection/dataclasses/__init__.py
src/core_processor/camera_calibration/charuco_board_detection/dataclasses/charuco_board_definition.py
src/core_processor/camera_calibration/charuco_board_detection/dataclasses/charuco_frame_payload.py
src/core_processor/camera_calibration/charuco_board_detection/dataclasses/charuco_view_data.py
src/qt_visualizer_and_gui/__init__.py
src/qt_visualizer_and_gui/qt_visualizer_and_gui.py
src/session_pipeline/__init__.py
src/session_pipeline/session_pipeline_orchestrator.py
src/session_pipeline/timestamp_handler.py
src/tests/__init__.py
src/utils/__init__.py
src/utils/get_canonical_time_str.py