canfd-fleet-diagnostics/ │ ├── 📁 src/ # Core source code │ ├── __init__.py # Package initialization │ ├── canfd_handler.py # ⚙️ CAN-FD protocol handler (450+ lines) │ ├── uds_client.py # 🔍 UDS ...
A video processing tool that automatically detects and splits videos at hard cuts using computer vision techniques. It analyzes video content frame-by-frame to identify hard cuts—moments where the ...