语言

Menu
Sites
Language
Acquiring access to Tizen activity recognizer algorithm

Hello!

I am trying to find the Tizen activity recognizer in order to use it for data analysis. 

I already have data in my computer (accelerometer raw data) which I wish to analyse. 

How do I get access to it? do I need to download the SDK, or is it accecible somewhere in the website?

Thanks a lot,

Nitzan. 

响应

2 回复
AVSukhov

Hello,

For native: Activity Recognition

https://developer.tizen.org/development/tutorials/native-application/context/activity-recognition

for web: Human Activity Monitor:

https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/tizen/humanactivitymonitor.html

SeokHoon LEE

Do you want to control private data(made by pc) file in app?

- copy data file to SDK "res" folder and you can control resource path by app_get_resource_path().