sony

Windows compatibility with the Sony Camera Remote API

天涯浪子 提交于 2019-12-01 08:33:52
In the "How to develop an app using the Camera Remote API" toturial it states "The Camera Remote API uses JSON-RPC over HTTP. You can therefore use the Camera Remote APIs with any operating system, such as Android, IOS or Microsoft® Windows®." This stands to reason since the protocols are platform-agnostic. However, in the camera compatibility chart on this page: http://developer.sony.com/develop/cameras/ it states that the Sony Smart Remote Control App must be installed in order to "enable the use of the APIs." Since that app is only iOS and Android, does that mean that the APIs cannot be

Windows compatibility with the Sony Camera Remote API

僤鯓⒐⒋嵵緔 提交于 2019-12-01 06:28:16
问题 In the "How to develop an app using the Camera Remote API" toturial it states "The Camera Remote API uses JSON-RPC over HTTP. You can therefore use the Camera Remote APIs with any operating system, such as Android, IOS or Microsoft® Windows®." This stands to reason since the protocols are platform-agnostic. However, in the camera compatibility chart on this page:http://developer.sony.com/develop/cameras/ it states that the Sony Smart Remote Control App must be installed in order to "enable

sony-camera-api - CameraRemoteAPIbeta - deleteContent/actFormatStorage

心已入冬 提交于 2019-11-29 18:02:25
In the reference guide of the Sony Camera Remote API SDK (Sony_CameraRemoteAPIbeta_API-Reference_v2.10.pdf) the methods deleteContent and getContentList are documented. But using the Sony Camera Remote API SDK with a Sony QX1 the methods deleteContent and getContentList are not listed in the results of getAvailableApiList (neither in "Remote Shooting" nor "Contents Transfer" mode). I assume that they are therefore not available? How can the photos on the SD card be deleted or formatted? Running getAvailableApiList does list actFormatStorage in "Remote Shooting" Mode. How can this be applied?

SmartWatch sample installation

最后都变了- 提交于 2019-11-29 12:51:50
I would like to compile the sample provided by Sony for his SmartWatch. I followed the instructions in this page . But when I added the the SmartExtensionUtils project I saw lot of errors like: com.sonyericsson.extras.liveware.aef cannot be resolved to a variable . Instead this import com.sonyericsson.extras.liveware has no problem. Did someone find and solve this issue? In order for the EightPuzzleGame to compile, you need to add the following library projects that are available in the SDK: SmartExtensionAPI SmartExtensionUtils SmartExtensionInternalUtils In your case, it is the API project

sony-camera-api - CameraRemoteAPIbeta - deleteContent/actFormatStorage

筅森魡賤 提交于 2019-11-28 12:00:48
问题 In the reference guide of the Sony Camera Remote API SDK (Sony_CameraRemoteAPIbeta_API-Reference_v2.10.pdf) the methods deleteContent and getContentList are documented. But using the Sony Camera Remote API SDK with a Sony QX1 the methods deleteContent and getContentList are not listed in the results of getAvailableApiList (neither in "Remote Shooting" nor "Contents Transfer" mode). I assume that they are therefore not available? How can the photos on the SD card be deleted or formatted?

Connecting to Multiple Cameras via Sony Remote Camera API

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 09:49:56
问题 Using Sony Remote Camera SDK 2.1.2 I am not using any mobile devices to talk to my Sony cameras I am using a Ubuntu, C++ and a router to access my Sony cameras My Sony cameras WORK for one API call, they provide a response to the Sony Camera Remote API call "startLiveview" but that is the only Sony Camera Remote API call that the Sony cameras will respond to, I have tried "startLivewviewWithSize", "getSupportedLiveviewSize", "getLivewviewSize", and "getAvailableAppList", "getApplicationInfo",

SmartWatch sample installation

核能气质少年 提交于 2019-11-28 06:06:58
问题 I would like to compile the sample provided by Sony for his SmartWatch. I followed the instructions in this page. But when I added the the SmartExtensionUtils project I saw lot of errors like: com.sonyericsson.extras.liveware.aef cannot be resolved to a variable . Instead this import com.sonyericsson.extras.liveware has no problem. Did someone find and solve this issue? 回答1: In order for the EightPuzzleGame to compile, you need to add the following library projects that are available in the