A Windows 10 GUI application that computes a measurement of movement (physical activity). Select a video file and a CSV file containing the motion measurement is generated.
https://github.com/gregruthenbeck/cavapa
- C# .NET Framework 4.2.7 (built for Windows 10)
- OpenCV via EmguCV: Image processing (with hardware acceleration)
- FFmpeg via FFmpeg.AutoGen: Decodes video frames (with hardware acceleration)
The Windows installer (Setup .msi) builder project is https://github.com/gregruthenbeck/CavapaInstaller/. It is intended to sit beside the source code folder of this project (cavapa.sln links to ../CavapaInstaller/CavapaInstaller.vdproj).