I am working on mpu9150 sensors data (3 axial acceleration, 3 axial magnetic field and 3 axial gyroscope data). I have raw data in my database called, influxDB. I want to detect (monitor) steps and squats from those raw data using java or c++. I did not find any proper way to implement it. Can you please suggest me any library to do it?
Thank you