sony-camera-api

Availability of setCameraFunction on HDR-AZ1 using Sony Camera Remote API SDK

被刻印的时光 ゝ 提交于 2019-12-13 00:28:37
问题 If the camera (HDR-AZ1) is connected to my PC via the camera's built in access point, the "setCameraFunction" API is available. If however I use the Live setting where the camera connects to my router, "setCameraFunction" is conspicuously not available. With the camera and PC connected to the router I can perform almost all the functions I require, except for downloading images. Questions: Is this by design and if so is there any way around it? Is there any way to transfer images from the

IOException Unable to resolve host,No address associated with hostname

半城伤御伤魂 提交于 2019-12-12 04:24:38
问题 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 network or mobile data.when I connect to the another wifi/mobile data and going to upload the picture on FTP server I got this error. IOException Unable to resolve host No address associated with hostname When a close application and start again,

Sony RemoteAPI delays after starting Liveview

一世执手 提交于 2019-12-12 01:21:52
问题 Good worktime! I'm writing C# warp around Sony Remote API, using Android test app as an example. There became a problem with Liveview. I start liveview streaming by the API method "startLiveview". Liveview data consumer works in a separate thread and it simply passes through frames if there's no time to draw them all (just like in the test app, as far as i understand). However, after the startLiveview method is processed and fetching stream is started, the camera experience some difficulties

Sony, Camera API, stack overflow, QX100, feature requests, responses,

别来无恙 提交于 2019-12-11 22:59:38
问题 I saw some articles here about Sony camera, their APIs and so on. Some people remaked that this is not a Sony Support Site, so yes thats true, but not! At least if you look at the Sony Developer site, Sony is pointing to Stack Overflow for Developer support! https://developer.sony.com/2014/11/25/get-support-from-sonys-engineers-on-stack-overflow/ From the postings I saw here the issue is that they do not seem to be very active. :( Others here in the forum suggested to call the Sony support, I

Camera Remote API

核能气质少年 提交于 2019-12-11 09:36:05
问题 I am trying to use liveview through the Camera Remote SDK in order to connect a SONY QX1 lensless camera to a PC over the wireless link. All of the APIs I have tested so far work great except the liveview. I have not been able to find a viewer app that allows decoding of the jpg stream. Does one exist? I would prefer not to write this myself. I am currently using VB in Visual.net to communicate with the camera and can transfer files and control the camera just fine. I could just use a bit of

Using Sony Camera Remote API 2.4 can't get “avContent service” for Sony camera A6300

纵饮孤独 提交于 2019-12-11 07:18:51
问题 I'm developing an android app on A6300 camera. I want to realize "Transferring images " function. I connected the camera wifi and found the device. When I get the device info by accessing the url http://192.168.122.1:61000/scalarwebapi_dd.xml . The information of Camera Remote API is described by the tags"X_ScalarWebAPI_DeviceInfo" element in the picture. I can't get the "avContent" service described on the Development Guide. I can just get "accessControl" service. I have updated the camera

Using Sony Camera API on AndroidWear

会有一股神秘感。 提交于 2019-12-06 16:11:16
I want to create an app that can start and stop recording from a Sony AS100VR camera using camera remote API. I can get the same working from my nexus using a direct Wifi connection, but when I establish a direct wifi connection from my Sony smartwatch, it fails at the SSDP detection stage. It's definitely connected to the camera, SSID over Wifi, but it can't detect it. I have tried playing with retries and timeout values, but I have sort of run out of ideas. it's falling into the catch catch (InterruptedIOException e) with a java.net.SocketTimeoutException Any suggestions gratefully

What APIs do new Sony cameras support i.e. A9 (ILCE-9), A7r2 (ILCE-7rm2), A7m3 (ILCE-7m3)?

假如想象 提交于 2019-12-03 04:05:31
I looked into Sony's developer website (3 March 2018) and while the design is changed, the contents seem to lag behind. https://developer.sony.com/develop/cameras I do not see any details of the APIs of A9 and 3rd gen A7 cameras. I know these cameras have WiFi and indeed Bluetooth. They are inter-operable with the PlayMemories phone/tablet application. I also understand they removed the PlayMemories app support (the Android app support) from the cameras themselves. I wonder if they expose the documented API? Are there improvements or new functions? Are there any limitations given that the

QX1, Manual Shoot mode (M) via API

不问归期 提交于 2019-12-03 04:04:46
Very need M (Manual) Exposure mode on QX1. I was searching for an answer to the my question, but don't found the exact answer. Can I choose the full manual Exposure mode on QX1 via API? No, you can't set Manual mode with the current firmware on a QX1 camera. You are supposed to use the getAvailableExposureMode or getSupportedExposureMode API methods to retrieve the supported modes (and optionally display them to the user), then use one of only those modes in setExposureMode . But Manual mode is not supported by the QX1 camera, so it's not returned by the getSupported/Available methods and that

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?