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

Missing Intent on real device when is used

Ok, this question has been asked a number of times on SO, but none of which has solved my issue. Typically most of the others have gone for BroadcastReceiver as far as I understand. Anyway, to the question. One of my Activities should read data…
Qben
  • 2,617
  • 2
  • 24
  • 36
0
votes
1 answer

Android, Insert RawContact not showing on Sony Xperia

I'm using ContactsContract to insert RawContacts in my app. The following code (and showing the inserted contact in the contact app) works on all devices, but not on Sony Xperia (Android 4.4.4). ContentValues p=new…
0
votes
1 answer

What is this design element/field in Theme Creator?

I'm working on a theme in Sony's Theme Creator and thus far, I'm pretty happy with my theme and its progress... There is one problem however - I simply cannot work out what a particular element/field is named in Theme Creator and thus cannot change…
0
votes
1 answer

Putting any layout elements above the midline for Sony SmartEyeGlass

I am new to android development/SmartEyeGlass SDK and I am wondering if it is possible to put anything (text, images, whatever) above the midline on the screen. When I put a in my layout.xml and load it in my emulator, the image's top…
unknown
  • 55
  • 8
0
votes
1 answer

Controlling Sony CamCorder

Is it possible to control functionality of eg. PJ620 over wifi using the Remote API similar to other Sony Cameras? PlayMemories Mobile is able to control zoom etc. so technically I know that it is possible, but if you want to do this from your own…
0
votes
1 answer

How to test my Android application on my Sony Xperia M4 Aqua device and why the ADB driver is not available?

Hello everybody, I try to use my new Sony Xperia M4 Aqua Dual to test an android application on Android Studio. But I need the ADB driver for M4 and it is not available in the drivers download page : Sony drivers The fastboot driver doesn't work…
0
votes
2 answers

Sony Xperia Z1 with Arduino Mega ADK

I'm trying to develop a small android app which can communicate with Arduino Mega ADK board to control a LED. I have a Sony Xperia Z1 and the app I made is works in mobile without any problem. But when I connect the Arduino board to the Z1, there is…
0
votes
1 answer

Sony Camera Remote API, Sony A7RII SSID - where to find Wifi Password?

Just got a Sony A7Rii but cannot find the SSID / Wifi password, it is not documented or provided as per QX-1 & other Sony Wifi camera…
GJS
  • 1
  • 2
0
votes
1 answer

Sony camera API simulator

Is there anyone aware if there is a Sony Camera "simulator" available? This may greatly ease the development task of SDK based applications.
0
votes
1 answer

sony-smarteyeglass change layout parameters dynamically

I am trying to change line count and TextSize in my text view on SmartEyeglass dynamically. I am calling showLayout() in my ControlExtension to show the layout on the glasses and then sendText() when my text changes. But I don't know how I can…
0
votes
2 answers

Sony Camera Remote API request failed

I've a Sony DSC-WX300 and want to access the remote api via wifi. I already have discovered the device successfully and got a "camera" endpoint. When I try to call any api method, such as "getAvailableApiList", I only get a http 404. My url:…
Toni Wenzel
  • 2,081
  • 2
  • 24
  • 39
0
votes
1 answer

Sony A-7R (ILCE-7R) refuses to connect by Sony Remote API after firmware 2.0 update

The new fresh firmware 2.0 was released recently for my Sony Alpha 7R. I've updated the firmware just now. After that, applications that use Sony Remote API can't connect to the camera anymore. I've tried to oversee UDP traffic. I see SSDP problem.…
0
votes
1 answer

How can I detect the presence of a Sony SmartEyeglass device?

I am writing an android app that will interface with a Sony SmartEyeGass. I want to detect the presence and connection of the device, prior to the user starting functions that use the glasses. Unfortunately, I am having trouble reliably detecting if…
whatsisname
  • 5,872
  • 2
  • 20
  • 27
0
votes
1 answer

Which port does the RX100M3 use Liveview?

I'm developing on a SONY camera RX100M3. I want to know on which port does the camera use to return pictures during Liveview? is it on the same port to spend requests (port : 8080/sony/camera)? I'm using 2 WiFi adaptors, one is connected to my box…
0
votes
1 answer

Smarteyeglass Control Action Definition

In sony smarteyeglass sdk sample codes, there are different actions defined, like onTap(), onTouch(),onObjectClick(),onKey(). It's not really clear for me to understand the functions, like how to connect the physically action to the event triggered…
Hongwei
  • 17
  • 5