Questions tagged [sony]

Sony is an electronics and media company. Only programming questions about Sony's APIs and SDKs are on topic. This tag should not be used for customer/product support.

Sony commercializes a variety of products such as audio players, TVs, gaming consoles, digital cameras and smartphones.

Note that Sony has no relationship with StackOverflow.

Official developer website

Sony Developer World general Sony developer resources.
Sony Developer World Mobile for mobile, tablets and smart watches.

Sony SDKs

Sony Add-on SDK (for mobile, tablet and smartwatch)
Sony Camera Remote API (for Sony digital cameras)
Sony Google TV Add-on SDK (for Sony Google TV devices)
Sony SmartEyeglass SDK (for Sony SmartEyeglass)
Lifelog API (for Lifelog)

Tutorials & Sample Apps

Mobile, Tablet and Smartwatch sample apps
Camera Remote API tutorials
Google TV tutorials

784 questions
0
votes
1 answer

Synchronization iOS device and sony action cam HDR-AS200V. Get full movie with sound

I have a little issue. How can I sync (at the same time to start recording at the iOS device and the action camera)? The fact that the camera doesn't support time in thousandths of a second... Also, can I take the recorded video from action camera…
Sergey Stadnik
  • 337
  • 2
  • 9
0
votes
2 answers

Possible to automate Sony cameras from Matlab with API Beta SDK?

I'm doing research that requires a camera that is automated, but it also has to coordinate with the rotation of a filter wheel and take a series of images relatively quickly (4 images in less than 2 seconds). I'd like to do this by writing a Matlab…
Hazegray
  • 3
  • 2
0
votes
5 answers

Controlling multiple cameras remotely with Sony API via router

I've got five Sony FDR-X1000 cameras and I want to control them all at the same time with my laptop using the Sony remote control API. My plan is connecting them all to a router and then connecting my device to the router and sending them post…
0
votes
1 answer

How to maintain the screen or display ON on the sony smarteyeglass?

I want to maintain the screen ON on an app I have developed on the Sony Smarteyeglass. The problem is that I haven't found in the API something to set or unset. How could be done? Is it posible?
Gasteizko
  • 208
  • 1
  • 9
0
votes
1 answer

does sony smarteyeglass support the UI platform Unity?

I'm planning to develop an app for Sony SmartEyeglass via Unity, however, I'm not sure if that's possible. Is it possible, or do I have to use Android Studio unconditionally?
Shun.S
  • 11
0
votes
0 answers

Android App - SSL Unverified Error while getting Access Token from lifelog

I am getting ssl peer unverified error while fetching AccessToken from lifelog api. If I use Nexus phone I am able to get access token and the data from life log aswell But same doesnt work on any other android phone (including sony xperia) This is…
0
votes
1 answer

ssl peer unverified exception LIFElog api

I am getting ssl peer unverified error while fetching AccessToken from lifelog api. I am able to get the auth_code from the callback URL, but when I am trying to get Access_Token it is giving me SSL peer Unverified exception. Does I have to add any…
0
votes
1 answer

Sony Smartband 2 Beat-To-Beat RR intervals data

Is it possible to access the raw beat-to-beat RR intervals data from Sony Smartband 2 API? If not, are there any other commercial wearable devices that can provide access to this data? Any help would be appreciated. Thanks.
ofirdi
  • 461
  • 4
  • 10
0
votes
2 answers

Can I access Lifelog APIs from my android application

When ever I tried to authorize my android application. But It gives me Unauthorized user error.. Can i access lifelog data on my android application using these lifelog REST API's? could some one suggest me the steps to configure my android app to…
0
votes
2 answers

Sony A7S / Smart Remote Control app shutter speed

There appears to be a shutter speed bug with the Sony A7S and the Smart Remote Control app (version 4.10). "0.6" seconds is listed by -getSupportedShutterSpeed, but when that speed is POST'ed with -setShutterSpeed, an HTTP error code of 500 is…
Chen
  • 1
0
votes
0 answers

Sony cam API: Take picture method is very slow on Wifi cam DSC-QX30

After a lot of testing using your CameraRemoteSampleApp demo project, the method JSONObject replyJson = mRemoteApi.actTakePicture(); takes from 2 to 4 seconds for retrieving the JSONObject. Is it possibile to reduce this processing time?
Link 88
  • 553
  • 8
  • 27
0
votes
1 answer

Lifelog API Explorer: Authorization request could not be completed

I'd like to use the lifelog api for my own webapplication to store my own data and adapt it to my needs. I tried looking into it but unfortunately I'm not able to get the api explorer (to see how it works) to work. When I try to use the…
0
votes
1 answer

How to extend Lifelog

Dose anyone knows (especially someone from sony) is it possible to add new activity to Lifelog like for example ice skating? Additionally is it possible to add activities from external app? Like from custom ebook application we are sending REST…
KirkoR
  • 788
  • 6
  • 13
0
votes
1 answer

Camera Remote API transfer images

It is possible to transfer images from a Sony QX10 to a desktop application, which uses the Camera Remote API?
varadig
  • 82
  • 5
0
votes
2 answers

Sony A7Sii not showing expected API features

I'm trying to control a Sony a7SII via the pysony Sony Camera API wrapper. https://github.com/Bloodevil/sony_camera_api I'm able to connect to the camera, start the session, but I'm not getting the expected list of possible API functions back. My…