Questions tagged [sony-lifelog-api]

The Lifelog API is a REST-based web-service API in which developers use endpoints like User profile, Activities and Locations to get secure access to Lifelog data for a user.

The Lifelog API provides access to the life data that a user has logged through the Lifelog app, through the API host

https://platform.lifelog.sonymobile.com

You can get more details on https://developer.sony.com/develop/services/lifelog-api/

31 questions
2
votes
2 answers

Calculating calories with the Lifelog API

I have actual data coming in from the Lifelog API now in the below format { "result" : [ ... { "id" : "ba2e7500-e022-4daf-817b-1e607e0cff43", "type" : "physical", "subtype" : "walk", "sources" : [ { …
pg316
  • 1,380
  • 1
  • 8
  • 7
1
vote
0 answers

How to download Sony Lifelog Sleep data?

Now that the Sony LifeLog API is shut down, I'm trying to figure out how to get access to my sleep data (e.g. daily hours slept, wake up time, bedtime). In the OAuth playground, I tried sending queries to Google Fit for Sony Data, but I'm getting…
Carl Walsh
  • 6,100
  • 2
  • 46
  • 50
1
vote
2 answers

Regarding Sony’s Lifelog API close down

As, Sony’s Lifelog API was closed down at the end of May 2017. Does there exist any alternative for a developer, meanwhile?
ammo
  • 39
  • 2
1
vote
0 answers

Can I get current sleeping state via Sony Lifelog API?

I need to get the current state from my SmartBand SWR12 - if I am asleep or awake. In the example on the Sony developers site I see that I can get per-minute report of this state with the options "awake", "light" and "deep". Here is this link:…
1
vote
1 answer

Can I access lifelog API (java) and collect data (in background) every hour

My need is to get data of say 10 lifelog users (example my project teammates ) I want to analyse their data and do some scoring to create fitness competition within my team. If I have all these life log ID and password Will I be able to read the…
1
vote
2 answers

Smartband 2 Access heart rate variability

So far the Smartband 2 is a great device and one of it's core features is the measurement of the heart rate variability (HRV). As I have already read through all the APIs that the Smartband 2 is posting it's data to, I am still wondering if it is…
R. Voigt
  • 38
  • 6
1
vote
1 answer

How to request heart rate from sony lifelog api

How can I request the heart rate (using smartband 2) from the lifelog API?
sentar
  • 11
  • 2
1
vote
1 answer

Lifelog API totals not matching up

I have been able to retrieve data from the Lifelog API and calculate all of the totals I need, but I am finding that the totals I calculate are different than the one's the Lifelog app is showing. Any idea what I may be doing wrong? Here is an…
pg316
  • 1,380
  • 1
  • 8
  • 7
0
votes
1 answer

How to download recorded video on Sony video camera with Sony Camera API

I am working on a project which needs to record and download a video using Sony Video Camera. I only see transfer image from the API but there is no transfer for videos. Is there any way to download the video file from the camera via wifi? My…
0
votes
0 answers

Sony FDR-X3000 4K live video stream frame dropping

I'm recently developing Sony FDR-X3000 4K Action Camera, the SDK downloaded from https://developer.sony.com/develop/cameras/. I found live video stream frame dropping when live mode. I used the official demo app and official app(iOS&Android) them…
0
votes
1 answer

Get a weird reponse while trying to request data from the lifelog-api

I'm having problems with requesting data, it works fine when I try it in the API explorer but when I'm about to make a request from my webapp it just responds with a status of 200 and a body filled with weird characters. The request: const options…
muckbuck
  • 71
  • 9
0
votes
1 answer

Retrieving Heart Rate Data from Sony Band SWR12

I am working on retrieving heart rate data from the Sony Band 2 (SWR12). I would like to do this using the Google Fit Sensors API. I followed the sample and tutorials by google…
MadProgrammer
  • 423
  • 1
  • 5
  • 17
0
votes
0 answers

Cannot generate an authorization code on API Explorer

I'm trying to collect and download my lifelog user data. The first step into doing this is getting a user-access token. I am encountering problems while requesting authorization. From the sony developer authenticization page I am told to input the…
udidosa
  • 135
  • 11
0
votes
1 answer

How frequent does Lifelog uploads the data to its platform data store

I want to know how frequent does Lifelog uploads the data it collected to the Lifelog Platform Data store. Cause I want to be able to check in real time what activity the user is doing etc!
JackyK
  • 3
  • 6
0
votes
1 answer

SONY Lifelog Api: SSL Handshake failure

I get an SSL handshake failure while trying to reach platform.lifelog.sonymobile.com:443 with either python (with requests library) or openssl. Here are the output I get from openssl ssl3: $ >openssl s_client -connect…
Kier GRAY
  • 143
  • 2
  • 7
1
2 3