sony-camera-api

Sony remote app on C#. stucked after trying liveview

一世执手 提交于 2020-01-07 02:32:06
问题 So here is my question. I am trying to use the sony remote camera API SDK as a guide for developing a simple program in Visual studio using C# and controlling a SDCQX-10. I tried to use the kz-remote app... but couldn't get around with it. So I decided to get it done by using network sockets. It was wonderful, at the beginning, but after a while I decided to give it a try to liveviewing... Then everything crashed. I mean, by everything, The camera stopped responding. I managed to get the

Format the SD Card in a Sony ILCE-QX1 camera via SDK

这一生的挚爱 提交于 2020-01-06 03:24:41
问题 I am trying to format the SD card in a Sony ILCE-QX1 camera. The SDK documentation does not provide a command to do this. I know it is possible because it can be done from the Sony PlayMemories application on iOS or Android. Does anyone know the command to do this? 来源: https://stackoverflow.com/questions/33311034/format-the-sd-card-in-a-sony-ilce-qx1-camera-via-sdk

QX1, Manual Shoot mode (M) via API

不问归期 提交于 2020-01-01 00:49:10
问题 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? 回答1: 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

Sony Camera API Wifi, is it possible to connect the camera as a wifi client to an access point?

删除回忆录丶 提交于 2019-12-24 12:03:11
问题 The device that will act as the remote-control(Ipad) for the camera (QX10) has to be connected to the internet to upload or sync photos as they are taken from the remote camera. The challenge is that the ipad has to connect to the QX10 as a client. Is is possible to have the QX10 and ipad connect to the same access point and they would still communicate? so ideally can the QX10 be a client and not the access point on the network? 回答1: With the Sony QX1 the device is only able to act as a WiFi

Using Sony Camera API on AndroidWear

℡╲_俬逩灬. 提交于 2019-12-23 02:26:21
问题 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

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

為{幸葍}努か 提交于 2019-12-20 14:12:00
问题 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

Can I connect Sony HDR-AS100 to existing access point

耗尽温柔 提交于 2019-12-19 09:33:55
问题 I would like to use the camera API to access the live view of a Sony HDR-AS100V camera. I also need my WIFI adaptor to connect to an existing access point. I cannot to the AP provided by the camera. Can I connect the camera to an external access point and access the API over this network connection? 回答1: This functionality is not officially supported!! HDR-AS100V can connect to an external Wi-Fi access point and be controlled from your app using Camera Remote API over that connection. But

Sony Camera API and the Smart Remote Control app won't allow internet access

二次信任 提交于 2019-12-18 03:32:08
问题 I purchased a Sony A5000 for the purpose of integrating the Sony Camera API into our professional photo booth software for iPad. I understood that the Sony A5000 can connect to an existing Wi-Fi access point that has a connection to the internet, which I have tested and it works - but not with the API. That is because in order to use the API, you have to run the Smart Remote Control App on the camera for it to be recognized. But when you run that camera app, it gives you the direct Wi-Fi

Sony Alpha 77M2 Remote control over USB

我只是一个虾纸丫 提交于 2019-12-13 07:42:24
问题 I have three Sony Alpha 77M2 cameras, and I'm trying to take photos with all three simultaneously, and retrieve these photos. I can do the simultaneous shutter release using commercial remote triggers synced off a single transmitter, and I can control a single camera over USB using the Sony Remote Camera Control software - however this can't control more than one camera, and it won't let me run more than one instance on a single machine. My question, therefore, is whether there is an API

Run Sony's CameraRemoteSampleApp in ecplise

跟風遠走 提交于 2019-12-13 06:58:28
问题 I am trying to bring up the sample code of sony's remote camera API with eclipse following this tutorial (https://developer.sony.com/2013/11/29/how-to-develop-an-app-using-the-camera-remote-api-2/) but won't work. Could you provide a step-by-step tutorial please? try #1: 1.: File->New->create a new Android App Project 2.: Import->"File System"->from directory "..\CameraRemoteAPIbeta_SDK_1.50\CameraRemoteSampleApp\Android" into the new Android App Project (Option: overwrite existing resource