kinemotion 0.15.1__py3-none-any.whl → 0.15.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of kinemotion might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kinemotion
3
- Version: 0.15.1
3
+ Version: 0.15.2
4
4
  Summary: Video-based kinematic analysis for athletic performance
5
5
  Project-URL: Homepage, https://github.com/feniix/kinemotion
6
6
  Project-URL: Repository, https://github.com/feniix/kinemotion
@@ -125,8 +125,8 @@ Kinemotion supports two jump types with intelligent auto-tuning that automatical
125
125
  Analyzes reactive strength and ground contact time:
126
126
 
127
127
  ```bash
128
- # Drop-height is REQUIRED for accurate calibration
129
- kinemotion dropjump-analyze video.mp4 --drop-height 0.40
128
+ # Automatic parameter tuning based on video characteristics
129
+ kinemotion dropjump-analyze video.mp4
130
130
  ```
131
131
 
132
132
  ### Counter Movement Jump (CMJ) Analysis
@@ -176,9 +176,9 @@ Process multiple videos in parallel:
176
176
 
177
177
  ```bash
178
178
  # Drop jumps
179
- kinemotion dropjump-analyze videos/*.mp4 --batch --drop-height 0.40 --workers 4
179
+ kinemotion dropjump-analyze videos/*.mp4 --batch --workers 4
180
180
 
181
- # CMJ (no drop height needed)
181
+ # CMJ with output directories
182
182
  kinemotion cmj-analyze videos/*.mp4 --batch --workers 4 \
183
183
  --json-output-dir results/ \
184
184
  --csv-summary summary.csv
@@ -194,9 +194,8 @@ Use kinemotion as a library for automated pipelines and custom analysis.
194
194
  from kinemotion import process_dropjump_video
195
195
 
196
196
  # Process a single video
197
- metrics = process_video(
197
+ metrics = process_dropjump_video(
198
198
  video_path="athlete_jump.mp4",
199
- drop_height=0.40, # 40cm drop box
200
199
  quality="balanced",
201
200
  verbose=True
202
201
  )
@@ -214,11 +213,11 @@ print(f"Flight time: {metrics.flight_time * 1000:.1f} ms")
214
213
  from kinemotion import DropJumpVideoConfig, process_dropjump_videos_bulk
215
214
 
216
215
  configs = [
217
- VideoConfig("video1.mp4", drop_height=0.40),
218
- VideoConfig("video2.mp4", drop_height=0.30, quality="accurate"),
216
+ DropJumpVideoConfig("video1.mp4", quality="balanced"),
217
+ DropJumpVideoConfig("video2.mp4", quality="accurate"),
219
218
  ]
220
219
 
221
- results = process_videos_bulk(configs, max_workers=4)
220
+ results = process_dropjump_videos_bulk(configs, max_workers=4)
222
221
 
223
222
  # CMJ bulk processing
224
223
  from kinemotion import CMJVideoConfig, process_cmj_videos_bulk
@@ -21,8 +21,8 @@ kinemotion/dropjump/cli.py,sha256=Oni7gntysA6Zwb_ehsAnk6Ytd2ofUhN0yXVCsCsiris,21
21
21
  kinemotion/dropjump/debug_overlay.py,sha256=LkPw6ucb7beoYWS4L-Lvjs1KLCm5wAWDAfiznUeV2IQ,5668
22
22
  kinemotion/dropjump/kinematics.py,sha256=txDxpDti3VJVctWGbe3aIrlIx83UY8-ynzlX01TOvTA,15577
23
23
  kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- kinemotion-0.15.1.dist-info/METADATA,sha256=C7a1BQU9UpyZvwdKriE4TBxdULEW4pX18X1B9FEKO-k,19036
25
- kinemotion-0.15.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- kinemotion-0.15.1.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
27
- kinemotion-0.15.1.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
28
- kinemotion-0.15.1.dist-info/RECORD,,
24
+ kinemotion-0.15.2.dist-info/METADATA,sha256=V32yXkYk_DLkc_vvGnc7fyldLAC4q7xcf9buiXOUyTk,18986
25
+ kinemotion-0.15.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ kinemotion-0.15.2.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
27
+ kinemotion-0.15.2.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
28
+ kinemotion-0.15.2.dist-info/RECORD,,