Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneデバイスが静止しているか、歩いているか、車に乗っているかなどを取得したい.
Core Motion Framework から取得できますか?
CMAcceleration は、x、y、および z の値のみを提供します。
この値を使用して iPhone デバイス アクティビティを計算する方法
加速度計は、加速度(速度の変化) を測定します。
これらの値は、X、Y、および Z 方向の加速度です。電話が静止している (または一定の速度で移動している) 場合、これらの値は ~0 になります。
加速度計のみを使用して速度を求めるにはどうすればよいですか?