简体   繁体   English

Tizen 表盘获取最后记录的步数和心率值

[英]Tizen watchface get last recorded values for steps & heart rate

How can I get cumulative data for heart rate & steps from Tizen watchface?如何从 Tizen 表盘获取心率和步数的累积数据? tizen.humanactivitymonitor.getHumanActivityData('PEDOMETER') & tizen.humanactivitymonitor.getHumanActivityData('HRM') will return data that is gathered only by watchface itself. tizen.humanactivitymonitor.getHumanActivityData('PEDOMETER') & tizen.humanactivitymonitor.getHumanActivityData('HRM')将返回仅由表盘本身收集的数据。 But I want to get data that is gathered automatically and displayed in S Health and in other watchfaces.但我想获取自动收集并显示在 S Health 和其他表盘中的数据。

C#, native or web approach are okay. C#,本机或 web 方法都可以。 I know, GalaxyWatchStudio have access to this data, but is too limited for me.我知道,GalaxyWatchStudio 可以访问这些数据,但对我来说太有限了。

SHealth is a service of Samsung, so I think you need SHealth SDK( https://developer.samsung.com/health ) SHealth 是三星的一项服务,所以我认为您需要 SHealth SDK( https://developer.samsung.com/health )

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从三星健康获取心率和计步器等数据到 Tizen 应用程序? - How to get data such as Heart Rate and Pedometer from Samsung Health to Tizen Application? 如何在 Tizen Native 中从手表打印心率和步数数据? - How to print heart rate and stepcount data from the watch in Tizen Native? 在模拟器中查看自定义Tizen WatchFace - View Custom Tizen WatchFace in Emulator 提高Tizen设备上心跳传感器返回值的精度 - Increase the precision of the values returned by the heart beat sensor on a Tizen device 在三星Gear S3前沿上访问心率监测器的“权限被拒绝” Tizen Web应用程序错误 - “Permission denied” Tizen web app error accessing the heart rate monitor on a Samsung Gear S3 frontier 如何从 Tizen 表盘调用首选项屏幕(Tizen 原生) - How to call a preferences screen from a Tizen watchface (Tizen native) 本机Tizen 3.0表盘严重错误。 对待:2 - Native Tizen 3.0 watchface critical error. Treat: 2 防止在触摸和握住表盘时,tizen智能手表进入“表盘选择模式” - Preventing tizen smartwatch from going in to “watchface selection mode” when touching-and-holding watchface 如何将通过 xamarin.essentials 在 Wear OS 和 Tizen 上记录的陀螺仪值转换为一个相互单位 - How do I convert gyroscope values recorded via xamarin.essentials on Wear OS and Tizen to a mutual unit Gear 3三星的心率传感器 - Heart rate sensor in Gear 3 samsung
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM