https://github.com/correlltechnologies/impactcapture
Logging of impact values played with a slow motion capture of the impact.
https://github.com/correlltechnologies/impactcapture
cv2 impact pandas python
Last synced: about 1 month ago
JSON representation
Logging of impact values played with a slow motion capture of the impact.
- Host: GitHub
- URL: https://github.com/correlltechnologies/impactcapture
- Owner: correlltechnologies
- Created: 2025-02-10T20:04:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T21:48:24.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:13:28.850Z (about 1 year ago)
- Topics: cv2, impact, pandas, python
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImpactCapture
A python program that plots imapact data alongside a slow-motion video of the impact.
# Procedure
### Linux (Ubuntu or Debian based)
* Ensure python is installed globally (v3.10, if possible)
```bash
sudo apt install python3 python3-venv python3-pip
```
* Create and activate a virtual environment
```python
python3 -m venv venv
source venv/bin/activate
```
* Install requirements
```python
pip install -r requirements.txt
```
* Run the program (make sure excel and video file are accessible)
```python
python3 SlowMoCurrentProgress.py
```
### Usage
* Clicking on the "frame" count at the bottom of the video allows you to input a keyframe to skip to
* Adjusted python file to always read from the first sheet in the selected Excel file.