MANIFEST.in
README.md
README.pypi.md
pyproject.toml
mcap2handvideo/__init__.py
mcap2handvideo/__main__.py
mcap2handvideo/cli.py
mcap2handvideo/hand_colors.py
mcap2handvideo/hand_tracking.py
mcap2handvideo/overlay.py
mcap2handvideo/progress.py
mcap2handvideo/projection.py
mcap2handvideo/proto_utils.py
mcap2handvideo/reader.py
mcap2handvideo/timestamp_index.py
mcap2handvideo/video_writer.py
mcap2handvideo.egg-info/PKG-INFO
mcap2handvideo.egg-info/SOURCES.txt
mcap2handvideo.egg-info/dependency_links.txt
mcap2handvideo.egg-info/entry_points.txt
mcap2handvideo.egg-info/requires.txt
mcap2handvideo.egg-info/top_level.txt
mcap2handvideo/pb/CameraCalibration_pb2.py
mcap2handvideo/pb/Color_pb2.py
mcap2handvideo/pb/CompressedImage_pb2.py
mcap2handvideo/pb/HandTrackInfo_pb2.py
mcap2handvideo/pb/Pose_pb2.py
mcap2handvideo/pb/Quaternion_pb2.py
mcap2handvideo/pb/RobotInfo_pb2.py
mcap2handvideo/pb/Vector3_pb2.py
mcap2handvideo/pb/__init__.py
mcap2handvideo/pb/header_pb2.py
mcap2handvideo/pb/proto/CameraCalibration.proto
mcap2handvideo/pb/proto/Color.proto
mcap2handvideo/pb/proto/CompressedImage.proto
mcap2handvideo/pb/proto/HandTrackInfo.proto
mcap2handvideo/pb/proto/Pose.proto
mcap2handvideo/pb/proto/Quaternion.proto
mcap2handvideo/pb/proto/RobotInfo.proto
mcap2handvideo/pb/proto/Vector3.proto
mcap2handvideo/pb/proto/header.proto
tests/test_cli.py
tests/test_hand_tracking.py
tests/test_projection.py
tests/test_timestamp_index.py
tests/test_validation.py
tests/test_video_writer.py