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
2 answers

Get files from multiple Sony A7RII Cameras with the Sony Camera Remote API

I would like to download images from 20 Sony A7RII cameras, to a computer, without having to get the memory cards from the 20 cameras. I do not need to synchronize the triggering, I know this is not possible via software. I do not need the discovery…
Etienne D.
  • 86
  • 4
0
votes
1 answer

QR Code Reader for Sony SmartEyeglass

$ Hello, I am using an app I found on Github https://github.com/simsor/SmartEyeglassQRCode/blob/master/AndroidApp/app/src/main/java/com/example/sony/smarteyeglass/extension/helloworld/HelloWorldControl.java, which is a qr code reader for Sony's…
Kat Dale
  • 27
  • 2
0
votes
1 answer

Sony Smarteyeglass detect QR code with jpeg stream

I am trying to detect qr codes with the sony smarteyeglass When I use CAMERA_MODE_STILL i can capture a picture and detect the barcode in it works fine! Now when I change the recording mode to CAMERA_MODE_JPG_STREAM_LOW_RATE I have to set the…
stackg91
  • 584
  • 7
  • 25
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
1 answer

dose SONY Camera SDK support setter API such as setIsoSpeedRate , setShutterSpeed on A7

I want to develop a camera tool on Android , need to set shutter speed ,aperture ,IOS remotly base on Manual mode. My camerra is Sony A7. when I call getMethodTypes , i can see setFNumber setIsoSpeedRate setShutterSpeed in…
0
votes
1 answer

How to send sound data recorded in sony future N neckband to server side

With Sony future N neckband, is it possible to send recorded sound raw data (not text) such as voice command from neckband to server side? Looking at the developer's API guide, I could not find description about that. I know that we can use voice…
Hit
  • 1
0
votes
1 answer

Sony Camera API - Content URL get request 500, malformed URL?

With the latest Sony Camera API, I'm able to get a list of the contents on the memory card. When I'm trying to download the images using a GET request, I'm getting a 500 error without any descriptive error messages. I believe there might be…
Art C
  • 842
  • 2
  • 10
  • 21
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

Pending draw animation issue on Smart Eye Glass (AR Mode)

Hi Sony SmartEyeglass team, Currently, I'm using SmartEyeglass Developer Edition SED-E1. I'm developing a application that streaming video from Glass's Camera. For each camera frame, we detect faces and mark detected face on Glass by using…
0
votes
1 answer

User input to Concept N

I am trying to create a simple reminder segment, after looking related API, I didn't found API related to voice/text input or something like (or just I search in wrong way), my goal is easy, let segment receive user sentences like 'remind me buying…
hzhwang
  • 3
  • 1
  • 3
0
votes
1 answer

Have an issue with get access token for Sony application

HI I am trying to get access token for Sony application according to https://developer.sony.com/develop/services/lifelog-api/authentication/ I have made first request like…
0
votes
0 answers

Want to get started with Sony Network Camera CGI API and any available SDK

My company builds and sells an application and decoder to broadcast facilities. I have a customer with several Sony SNC-ER580 cameras. This customer is part of a group with many of these cameras. Does Sony have a CGI and/or camera API manual? …
Destek
  • 154
  • 1
  • 10
0
votes
1 answer

Android Studio - Windows 7 - Sony Z3 Compact - Device doesn't appear

I saw a lot of post on the subject, tried to figure it out but it seems I miss something :( My config : Windows 7 64 bits My Phone : Sony Z3 compact (Android version 6.0.1) The phone is automatically detected by Windows The phone is on USB debug…
Jérôme
  • 1
  • 2
0
votes
0 answers

Sony remote app on C#. stucked after trying liveview

So here is my question. I am trying to use the sony remote camera API SDK as a guide for developing a simple program in Visual studio using C# and controlling a SDCQX-10. I tried to use the kz-remote app... but couldn't get around with it. So I…