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

sony Remote API actTakePicture Original Size

I'm using the remote API with a Alph 7R camera. I have a problem to get an Image in original size. The camera stores the image on memory card before I get the answer with the download address. This takes several seconds. When I use the camera…
Anonymous
  • 11
  • 1
0
votes
0 answers

How to get full resolution through Liveview

I am using SDK 2.3 and develop an Android application with AS-15 and 20 camera that is exclusively dealing with liveview. I unable to obtain from Liveview a higher resolution than 640x360px, while the camera specs mention a 1920×1080/30P (HQ). How…
Philippe Cohen
  • 1,070
  • 1
  • 10
  • 15
0
votes
1 answer

USB Control of a Sony Action Camera

I am trying to find an action camera that I can control over USB and then download the video over USB, all programmatically. I would like to use one of the Sony ones, preferably the HDR-AS50. However I want to know whether controlling it over USB is…
Myles S
  • 1
  • 1
0
votes
1 answer

Sony Bravia Android TV - How to enable/retrieve adb logcat logs

First, have any of you guys experienced that once in a while when starting the Sony Bravia Android TV(KD-55X8505C), there is no picture, You need to reboot the tv to get the picture back? Secondly, does anyone know how to troubleshoot this i.e.…
J.Doe
  • 1
  • 1
  • 1
0
votes
1 answer

How to get the contacts list in a sony ericsson in J2Me

I'm building a phone application in j2me. In it, I need to get the contacts from the phonebook. There is an API for that and the line I tried to use was contactList = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, …
Alex
  • 737
  • 1
  • 9
  • 19
0
votes
1 answer

How frequent does Lifelog uploads the data to its platform data store

I want to know how frequent does Lifelog uploads the data it collected to the Lifelog Platform Data store. Cause I want to be able to check in real time what activity the user is doing etc!
JackyK
  • 3
  • 6
0
votes
1 answer

Is it possible to connect to Sony Camera Remote API with hybrid mobile apps

Since we need to have a UDP socket to discover the device, and since javascript seems not supporting UDP, is it possible to connect to Sony Camera Remote API with a javascript based mobile app (non native).
madu
  • 557
  • 6
  • 14
0
votes
1 answer

Sony QX1 error: "Not available now"

I have recently worked on a web app with Sony QX1. Basically, the web app should be able to change the mode of camera, start/stop shooting, take picture, playback, and etc. For the server side, I am using flask (a template of python) Everything…
0
votes
1 answer

Is it possible to take a HFR (High Frame Rate) movie with RX10 II and Sony Camera Remote API beta SDK?

I can't find the way to take a HFR (High Frame Rate) movie with RX10 II and Sony Camera Remote API beta SDK. I have read official developer document. Any idea on how I can take a High Frame Rate movie with 960[fps]?
kidapu
  • 21
  • 5
0
votes
1 answer

Sony Camera Remote API delete

I'm developing app thats control Sony camera over the wifi. In "PlayMemories" Android app there is format option under the settings menu, that erases all the images on the cameras SD card, but in the camera API documentation I cannot see this…
Štāls Ingus
  • 344
  • 3
  • 3
0
votes
1 answer

How to discover sony camera through ssdp?

I am trying to discover my Alpha6000 camera through SSDP to get access to the Sony AAPI. What I did: connected my laptop to the camara's wifi (I started it by running the "Smart Remote Embedded" app) From my laptop I sent UDP packet to…
0
votes
1 answer

Using ionic plugin Flashlight call crash java.lang.IllegalArgumentException: Receiver not registered: android.hardware.camera2.CameraManager

When in ionic i using plugin Flashlight when call method @TargetApi(23) private void setTorchMode(CameraManager cameraManager, String id, boolean switchOn) throws CameraAccessException { // since folks may not use SDK 23 to compile we'll use…
Ruslan Leshchenko
  • 4,043
  • 4
  • 24
  • 36
0
votes
1 answer

IOException Unable to resolve host,No address associated with hostname

I am working on Sony Remote camera which is connected using WiFi.I need to click a picture using a camera and then upload it to my FTP server which is in another activity.for than I need to disconnect my camera wifi and connect to the another wifi…
Ahmed
  • 98
  • 2
  • 10
0
votes
2 answers

Java and Interfacing with Sony IP Camera

I usually don't like to post questions because I would rather figure things out myself, but I am ready to pull my hair out with this one. I am trying to interface with a Sony IP Camera using Java. One of the products of the company I work for uses…
Joe McCay
  • 41
  • 8
0
votes
1 answer

How to enable setTouchAFPosition Sony Remote Camera Api

I am working with Sony Camera Qx30. Currently, I am working on focus. I am using setTouchAFPosition to set a focus on specific coordinates and its working perfectly when I enable LOCK-AF from Sony's Playmemories application, and when to turn it off…
Ahmed
  • 98
  • 2
  • 10