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

Sony SmartEyeglass: How can I mirror Sony SmartEyeglass screen to Andorid handset or PC?

I want to show others what I can see on on Sony SmartEyeglass which I have worn. Is there any way to mirror it on paired Android handset screen or PC? Please help.
user1865411
  • 69
  • 2
  • 2
  • 4
0
votes
2 answers

sony-camera-api trackingFocus

I can turn tracking Focus on and use the actTrackingFocus. Once the actTrackingFocus is set how can I get the coordinates back from the camera so I can draw a box in the Liveview box showing what the camera is focused on?
0
votes
1 answer

Does the supported API features "transferring images" mean that i can transfer it to the app?

In the table of supported API features is the row "Transferring images". My Question: If it is not supported, i can take a picture but cannot transfer it to app? Or which "transfer" does it mean? https://developer.sony.com/develop/cameras/
benliet
  • 120
  • 1
  • 1
  • 7
0
votes
2 answers

Download postview image in original size

Trying to download the postview image in original size I'm getting an error on setting "Postview image size" parameter to "Original". Downloading (and setting) the postview image with "2M" size is working well. Are there any undocumented limitations…
crizztus
  • 307
  • 3
  • 10
0
votes
0 answers

How to cast video to Sony TV

I was using the CastCompanionLibrary to build an application. In my network, I had a Chromecast device and a Sony Bravia TV. When I clicked on my app'sMediaRouteButton, I only saw the ChromeCast: But when I used the YouTube application, I…
mr.icetea
  • 2,607
  • 3
  • 24
  • 42
0
votes
2 answers

Unable to retrieve data using generated accesstoken. everytime got 403 error code

I am able to generate access token and store it. But I am Unable to get data using this access token. so could anyone suggest me how to set this access token in the header field. I am developing application in android. All time when i request for…
0
votes
0 answers

Call a Sony 5100 as Client with SDK?

I want to develop a automated PhotoBot. The core of Development is written in PHP and JS like a WebApp. The SDK requires HTTP and JSON an both is supported by my WebApp but in the wrong way. I need to call multiple Camera and the App is controled by…
0
votes
1 answer

Shooting and Transferring files simultaneously

Is it possible to SHOOT and TRANFER FILES SIMULTANEOUSLY with an Action Cam? With the SDK API, I'd like to develop a PC software that it can do this: Camera is shooting Stop shooting Change camera function in "Content Transfer" Transfer the movie…
0
votes
2 answers

How to record audio with Smart Eye Glass?

I am developing an audio recorder with Sony Smart Eyeglass, but it does not work well. My application records just a voice from phone microphone, not from Smart Eyeglass microphone. I'd like to record a voice just only from Smart Eyeglass…
giantneco
  • 3
  • 1
0
votes
1 answer

Sony Camera Remote API call forbidden?

I have a similar Situation as SkippyFlipjack in his thread: getSupportedFlashMode returning 403 error It seems that there are a few but not uninteresting API calls which are "protected". They are listed in the getAvailableApiList, but when you use…
0
votes
1 answer

Transfer images using sony camera API

We would like to use an sony camera in an installation, but is transferring the recorded movie files from the camera only possible using one of the following camera's: HDR-AZ1 HDR-AS200 FDR-X1000 See the following…
0
votes
3 answers

where could I find the remote API for Sony DSC-HX50V

on https://developer.sony.com/develop/cameras/ I could find remote API only for DSC-HX60
Sosus
  • 31
  • 3
0
votes
1 answer

sony android device remote screen capture

I have been looking through Sony's developer site. Unlike other vendors I cannot see how you join their developer program. I need to gain access to their APIs so that my app can be signed and warranted the special access permissions to allow me to…
0
votes
1 answer

Liveview on Android/QX1 Sony Camera API 2.01 fails

Using the supplied Android demo from https://developer.sony.com/downloads/all/sony-camera-remote-api-beta-sdk/ Connected up to the WIFI connection on a Sony QX1. The sample application finds the camera device and is able to connect to it. The…
hrstrand
  • 94
  • 4
0
votes
0 answers

Sony RemoteAPI delays after starting Liveview

Good worktime! I'm writing C# warp around Sony Remote API, using Android test app as an example. There became a problem with Liveview. I start liveview streaming by the API method "startLiveview". Liveview data consumer works in a separate thread…