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

SampleCameraExtension where is the folder saved

Running SampleCameraExtension sample and looks like it is working. But I can't find the folder where the files are saved to
kay00
  • 327
  • 1
  • 5
  • 16
0
votes
1 answer

Get Lifelog API result

I'm trying to use the Lifelog's API and i wrote this portion of code: . . . //MAIN ACTIVITY private void scaricaDati(){ token = spref.getString("access_token"); Log.i(TAG, "(scaricaDati) token = " + token); String tag_json_obj =…
Daniele Oriana
  • 67
  • 1
  • 2
  • 9
0
votes
1 answer

How do I integrate QR code reading application to Sony SmartEyeGlass?

We are developing an application for Sony SmartEyeGlass. Firstly, we created it with Android Studio and android tablet.Now, we are working with Sample Camera Extension sample to integrate it our Project. But there is a lot of details. Someone can…
Tuğçe Acar
  • 29
  • 1
  • 7
0
votes
1 answer

error on kernel compilation for Sony Z3 tablet compact - board-8974-gpiomux.c - 'gpio_spi_config'

I' trying to build a kernel for a Sony Xperia Z3 Tablet compact following this…
TimoG
  • 1
  • 2
0
votes
1 answer

Is it possible to set the focus value on a qx1 via sdk

I use the QX1 in manual focus mode, but I want to save the current focus value using the sdk and restore it AFTER the camera has been powered off.
gschaden
  • 655
  • 7
  • 14
0
votes
1 answer

Remove Sony-HDR password from wifi API

My app needs to communicate to the Sony HDR-AS20 via Wi-Fi. The user connects to the camera, creates a video and ends the connection. I would like the connection with the HDR to be open, without a password. Is there anyway I can remove the password…
0
votes
0 answers

How do you find out/calculate which w, h or sw a phone uses and which steps to use?

I am working on optimising layouts for multiple screens, and I'm stuck on how to define the different dimens files. So, it says on android developer that you should use sw, w or h, but how can I find out in advance which one a given phone…
Fred
  • 121
  • 1
  • 10
0
votes
1 answer

actTakePicture in Sony HDR-AS50 and PostviewImageSize

When taking a picture with actTakePicture for the ActionCam Sony HDR-AS50 using the API of the camera, the posted jpeg returns a 2M size jpeg. How can the full Original picture can be retrieved through WiFi? The setPostviewImageSize seems not to be…
T.Asahi
  • 1
  • 1
0
votes
0 answers

Volley post request for token Sony Lifelog

I have a problem in the exchange of the authorization code for the token (Lifelog API). This is my code: package daniele.lifel; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import…
0
votes
1 answer

Can an android device connect to a sony camera without wifi?

I'm thinking about using the Sony Camera Remote API, but before I start I'd like to know if it's possible to create a connection between an Android device and a Sony camera without wifi. I'd like to know because I'm developing an app where taking…
Dennis van Opstal
  • 1,294
  • 1
  • 22
  • 44
0
votes
1 answer

Sony SDK for control from custom windows program via USB?

I am wondering if the Sony SDK may be used to develop a Windows OS based program to trigger Sony A6300 cameras and collect images via the USB port? We need to trigger several cameras simultaneously based on GPS time and then timestamp the images. …
0
votes
1 answer

Camera Remote API for Sony a7II 'not available now'

Let me start by giving some context: I have a Sony a7II camera which I wanted to control remotely. There's an app for that (PlayMemories) but it doesn't have all the features I need. So I decided to write my own app using Camera Remote API. What I…
agatac
  • 3
  • 2
0
votes
1 answer

How to Fix this error in video Event fx on sony vegas 8 pro?

When i move the cursor in video event fx block. The video is not showing real time view. I want to see the real time video view so that i can move that object to suitable position. watch the video to know about the error - Sorry for grammar…
user5589852
0
votes
2 answers

Camera Remote API for DSC-RX1RM2

I am trying to control my Camera DSC-RX1RM2 with Remote SDK. With the PDF guide [Sony_CameraRemoteAPIbeta_API-Reference_v2.20.pdf], I think I can use [Continuous shooting mode]API for my Camera, But the result always return ["error": [12, "No Such…
Ayami
  • 1
  • 1
0
votes
1 answer

Connecting Sony SmartEyeGlasses with Desktop

Is there a way to connect Sony SmartEyeGlasses directly with a PC using bluetooth? I have to create a Augmented Reality application which cannot use Android Phone or any phone because the application will be used but I want to use Sony…