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

Can Sony Remote API client change still image format?

Sometimes it's a good idea to acquire raw / dng image from camera, not just a jpeg. E.g. it can be useful to play with white balance or exposure settings. As far as I try to use Sony Remote API, I can acquire jpeg images only by using…
0
votes
2 answers

android sony smartwatch 2 control led not working

I'm developing Sony smart watch extension and need to control over led. I have implemented active low power mode so watch back light can never go off. SO far its working good. But now i need to light the led when new data come from mobile app to…
kunal
  • 308
  • 3
  • 15
0
votes
1 answer

API updates and Wi-Fi network connection

I've been looking through the API docs and support forum. Based on what I've been reading, there are two big holes in the Sony camera stack: 1) Cameras ONLY support master mode (peer-to-peer) wi-fi connections. They do not support infrastructure…
0
votes
1 answer

how can i send data from mobile phone to sony watch not in on resume because if watch is already open then it will not work

I am currently developing a simple application in which i needed to send data from mobile to watch which is working perfectly ... i have done this by using shared preference way..but problem is when device is in not sleep condition then it will show…
user2800219
  • 73
  • 1
  • 10
0
votes
1 answer

Can Sony Smart Glass be used on platforms other than Android?

Anybody know, does the Sony SmartGlass SDK support use outside of Android? For example use with windows/ Linux via a bluetooth connection?
0
votes
1 answer

Is it possible to take and transfer still pictures to a PC from a SONY HDR-AS100V camera?

I have bought a Sony HDR-AS100V camera and I would like to take capture still images from the camera, and transfer them (either via USB or WI-FI) to a PC preferably running Windows. Sony has an API for this camera, however according to the table on…
Emil Nielsen
  • 195
  • 4
  • 15
0
votes
2 answers

Is that possible to develop an Android app to control Sony SmartEyeglass?

We know Sony SmartEyeglass has a host app installed on Android device and a wired controller. It seems that the HostApp is a service without UI running on Android. Is it possible to build an Android app with user interface to control the glass?
Roovent
  • 311
  • 3
  • 11
0
votes
1 answer

Sony A6000 failing to set exposure mode

I'm attempting to set the exposure mode of a Sony A6000 using smart remote version 2.0.1 by posting the following command: {'method': 'setExposureMode', 'params': ['Shutter'], 'id': 12, 'version': '1.0'}, but I'm getting back the following response:…
0
votes
0 answers

EVP AES Encryption on PSP

I am trying to make a MMORPG for PSP and I will be encrypting al data sent over the network in some form. I have chosen AES for this. I have this code: int encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *key, unsigned char *iv,…
chris9606
  • 1
  • 1
0
votes
1 answer

Sony Smartwatch 2 manage vibration on receiving notification

I'm using sony addon sdk to develop an notification app on smart watch 2. I've managed to get everything work (watch vibrates when my phone gets notification), but I havn't got a way to modify the vibration length. Is there any way to manage…
0
votes
1 answer

Sony smartwatch 2 check and change back light status programatically

I am working on android app extension for sony smartwatch 2. I have some list and gallery view for that. Now i am able to open gallery view on list item click. I am using ActiveLowPower. When backlight is dim and user clicks on any of listview item…
kunal
  • 308
  • 3
  • 15
0
votes
1 answer

How to get Battery Info of sony smartwatch 2?

Is it possible to get settings information of smart watch 2 like battery level, installed app list, vibration enabled/disabled pro grammatically? m using Control Extension API. Is there anyone know that how to get that information? using which class…
Bhoomika Brahmbhatt
  • 7,404
  • 3
  • 29
  • 44
0
votes
1 answer

Sony smartwatch 2 put progress hud

In my sony smartwatch2 app extension. I want to show a progress hud kind of a thing on a button click and perform some task in background. How can i show a progress hud on button click. I am able to get button click and able to perform task. But…
kunal
  • 308
  • 3
  • 15
0
votes
1 answer

Testing Apps on Sony SmartEyeGlass Emulator

Friends, I'm starting to develop for Sony SmartEyeGlass and I have some issues. To test an App I'm developing is needed to uninstall the SmartEyeGlass Emulator from my device every time? Is there another way to do this? It's possible to uninstall…
Pablo Darde
  • 5,844
  • 10
  • 37
  • 55
0
votes
1 answer

how to show a screen if sony smartwatch is locked

How to show a screen in sony smartwatch 2 when screen is locked like we does with a call application. even if the screen is locked when we receive a call it shows upfront. I am able to show this when my app is open through a control api. but when my…
kunal
  • 308
  • 3
  • 15