Languages

Menu
Sites
Language
how to know body off detect GearS3

Tizen Gear S3 natvie 환경에서 개발중입니다.

사용자가 시계를 착용했을 때 HRM 데이터를 수집하고 착용하지 않았을 경우에는 OFF 시키려고 합니다.

때문에 사용자가 시계 착용 상태를 알아야 하는데 방법이 있나요??

 

 

추가로 아래와 같은 문제가 있어서 착용상태가 필요합니다.

* 문제

시계를 착용하지 않는 상태에서 HRM리스너를 등록하면 리턴값이 -3으로 나옵니다 <- 정상

시계를 착용하지 않는 상태에서 HRM리스너를 등록하고 시계를 착용하면 리턴값이 -3으로 나옵니다. <- 비정상

시계를 착용한 상태에서 HRM 리스너를 등록하면 심박값이 제대로 잘 나옵니다. <- 정상

(HRM 리스너의 리턴값이 음수(-)  미착용 양수(+)  착용상태인 것은 알고 있습니다.)

 

시계를 착용하지 않는 상태에서 HRM리스너를 등록하고 시계를 착용하면 심박측정이 되지 않습니다.

Edited by: Sangil Im on 28 Jan, 2018

Responses

1 Replies
Yasin Ali

Hi,

To detect watch in hand or not you need to use gesture-recognition
as well as your own defined fine tuned algorithm to detect it.

See this link for gesture-recognition:

https://developer.tizen.org/development/guides/native-application/location-and-sensors/gesture-recognition

You can test the gesture recognition functionality only on a target device.
The emulator does not support this feature.

Hope it will help you.
If you find my post is helpful for you, please mark it as answer to promote this post to others.