Languages

Menu
Sites
Language
I want to get real-time sensing data from Gear S3.

Hi guys, 

I'm trying to develop a kind of gesture recognition program. So I want to get real-time sensing data from Gear S3.

But I don't know how can I start. I want your help or advice.

Do I need to develop a program for laptop that extracts sensing data from smartwatch?

Or do I need to develop a application for Gear S3 that transmits sensing data to the laptop?

If anyone has tried a similar project, or there is an example that I can get a sense or hint for this kind of project, please let me know.

(I have already tried the sample code from TIZEN developer which can print the sensing data to the Gear's screen.

The point is I want to see and analyze data from watch on my laptop!)

 

Thank you in advance!

Responses

2 Replies
Iqbal Hossain

hi WEONJI CHOI, I think this can not be done directly with any existing api.  Because there is no api to communicate with laptop. 
But i can share a idea,

* Develop a server

* Send real-time data to server

* Fetch data from server to laptop and analyze data. 

Hope this will help you. 

Anatoliy Shevchuk

Actually you can pair your laptop and watch with bluetooth,write app for Gear S3 to transmit data, write app for your laptop to receive that data and use it in the way you want.