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

Stream Camery Video directly to android device

Our company wants to use the DSC QX10 for Sport video Capturing. We have to cut the Videos in the Android app and send it to our Server. Can we record the Video directly to the Android device? (Stream the Video or is there a different Idea to get…
0
votes
1 answer

CameraRemoteAPI get number of remaing pictures to take

I'm developing an Android app with CameraRemoteApi to take pictures using an HDR-AS30V and store them on the smartphone. I need to know if it's possible to get the number of pictures the camera microSD can hold before it's full.
mhhm
  • 1
0
votes
1 answer

How to develop an application for the Sony DSC RX100-M3 camera

I have the RX100-M3 camera, and it seems that some applications can be developed for it. As far as I understand, the CameraRemoteAPI SDK can be used to develop Android or iOS applications. So is there a way to develop applications for the Sony…
0
votes
1 answer

Shutter speed control for QX10

At the moment it seems it's only possible to directly set ISO on the QX10. There are a lot of applications where being able to set shutter speed directly would be very helpful. I was wondering if there is any way to do this, and, if not, if there…
0
votes
1 answer

Sony Camera Remote API, NEX-5 Model preview not updating

I am using the default sample App for Android for Sony Camera Remote API. It is working fine but for Nex-5T Model, the preview is not showing (updating) properly. The Same App is working fine for DSC-QX10 model without any issue. The Sony Play…
AjayR
  • 4,169
  • 4
  • 44
  • 78
0
votes
0 answers

Sony Xperia Z : SocketTimeoutException Only Sony Xperia Z (4.4.2)

This problem happen Only Sony Xperia Z (4.4.2) I am working one android audio player app. the app read audio form sdcard as a local server. I make local server because this audio are Encrypted and big size, so, if i try to run full audio file at a…
Md Abdul Gafur
  • 6,213
  • 2
  • 27
  • 37
0
votes
1 answer

Sony camera API. Settings to use?

Good day, I was just wondering to which settings the camera should be set when I want to connect from my Windows 7 PC to my camera over Wi-Fi. I'm using the DSC-HX60V. I can connect via the Sony app from my android device when the camera is set to…
Micheal Long
  • 19
  • 1
  • 3
0
votes
1 answer

Is there any Event for extension selection in the main menu de Sony Smartwatch 2?

I need to send a new notification when the user presses the icon for the notification extension in the watch. This is possible? I reviewed the Sony API but I not found any that help me in this problem.
fmgh
  • 168
  • 4
  • 14
0
votes
1 answer

Eclipse doesn't detect Sony Xperia J

I have installed Google USB Driver and PC Companion, I set USB mass mode and enable debugging. In my project manifest I set debugging too. But eclipse still doesn't detect my phone. What else could be the reason? Thanks for any help Edit: I found…
pupilx
  • 75
  • 1
  • 2
  • 10
0
votes
2 answers

error in long exposure time

when taking a shot using a long shutter speed >15 seg an error message is returned instead of the result containing the pocture address.The error message is "error": [40403, "Long Shooting"] . the camera is a nex-6 the api realease v = 1.6
0
votes
1 answer

Is it possible to send data over intent in Sony SmallApplication

I'm trying to start a SmallApplication with parameters, using Intent. MainActivity: Intent i = new Intent(MainActivity.this, SmallApplicationSample.class); i.putExtra("title", "Title of SmallApp"); i.putExtra("value", 32); …
0
votes
1 answer

Wired (USB) support Via Sony SDK for A7R?

We are developing an aerial camera system using the A7R and were wondering about any software, SDKs, or other aids to allow us to collect images over the USB connection? Thanks, -Mark
0
votes
1 answer

Sony Camera Remote API - Flash Mode

I'm trying to set the "Flash Mode" using the Sony Camera Remote API. The camera I'm using is DSC-RX100M3. Since the current (Beta) version of the Android API doesn't contain this method, I had to add it: public JSONObject setFlashMode(String…
Splash
  • 181
  • 1
  • 7
0
votes
1 answer

Pass info from PreferenceActivity to ControlExtension SW2

I'm trying to pass data from the PreferenceActivity to the ControlExtension and I don't really know how to do that. I'm trying to use the BroadcastReceiver solution, because SharedPreferences doesn't work for my, but without knowing how yo use it…
dortegaoh
  • 17
  • 3
0
votes
3 answers

The Sony Alpha A77M2 and the Camera Remote API

The new A77M2 has WiFi and the menus look like the camera having the Remote Camera API - and a Sony App for Android is working with the camera (but this app is just a bad joke). I'd like to use the WiFi caps of the camera for some "live backup"…
Achim
  • 1
  • 2