Questions tagged [sony-camera-api]

Sony’s Camera Remote API beta SDK allows you to control a number of Sony cameras, including Sony Action cams, Sony Alpha cameras and Lens Style cameras, wirelessly from another device.

Sony’s Camera Remote API beta SDK allows you to control a number of Sony cameras, including Sony Action cams, Sony Alpha cameras and Lens Style cameras, wirelessly from another device.

This opens up for a number of exciting use cases, such as zoom control, remote viewfinder, self-timer settings, still image capture and recording start and stop.

The Camera Remote API is a flexible API that builds on commonly-used protocols such as HTTP and JSON. And you can develop apps for any operating system, such as Android, IOS or Microsoft® Windows®.

Source: https://developer.sony.com/develop/cameras/

152 questions
0
votes
0 answers

Sony RemoteAPI delays after starting Liveview

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…
0
votes
2 answers

Getting frames from SurfaceView and decode in H264 with mediacodec

Currently I'm using the sample app from Sony developer of the action camera. This sample app connects to the action camera and get with HTTP packets the images. The images are in the payload of the HTTP and I'm able to draw them on a SurfaceView.…
0
votes
1 answer

Action Cam as100 and 2.0.0 API

I own the as100 and have downloaded the API version 2.0.0. Does this API allow for this hardware: list the content of the images/videos? download a particular image/video? In the Android demo app (CameraRemoteSampleApp) from the download that I…
user3123813
  • 81
  • 2
  • 7
0
votes
2 answers

Is it possible to send signal to capture remotely to 40 cameras over wifi simulatenously?

I want to develop a software which may be in any programming language. The program will send signal at the same time (ignoring delays caused by hardware) to 40 cameras to take picture of an scene from different angles.
Muhammet Ali Asan
  • 1,486
  • 22
  • 39
0
votes
1 answer

Sony remote camera API QX 10, Error 1

I got "Error 1" without any comment as a response for most of my requests to Sony qx10 (last firmware 3.00). For example: 03-10 13:22:50.830: D/SimpleRemoteApi(4418): Request: …
Maxim Metelskiy
  • 1,389
  • 14
  • 29
0
votes
1 answer

Sony remote camera API QX 10, Response Code Error: 403

I am trying to add support of Sony remote camera API to Open camera project (https://github.com/almalence/OpenCamera) To begin with I download sample application and try to integrate it to Open camera. So, I can search for device and even launch…
Maxim Metelskiy
  • 1,389
  • 14
  • 29
0
votes
1 answer

Multiple QX1 syncronized using Sony Camera Remote API

I am looking to synchronize a large number (~30) QX1 cameras such that I can take photos with all of them at very close to the same time (<50mS latency). Does the Remote API allow for controlling multiple QX1s? Is there any API specific limitations…
3leggedcheetah
  • 101
  • 1
  • 4
0
votes
1 answer

Sony DSC-QX Remote API via NFC

In Sony DSC-QX cameras is it possible to access to the API via NFC? I think no, and probably it's a stupid question.
aborruso
  • 4,938
  • 3
  • 23
  • 40
0
votes
1 answer

Sony Camera API to set the meta tags from the Android App

I am using the Android SDK for Sony Camera and its working fine, and wanted to send additional settings from App to camera image to Adding meta tags like Author, Tags or even GPS coordinates. My Question Is there any way to send additional…
AjayR
  • 4,169
  • 4
  • 44
  • 78
0
votes
1 answer

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

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…
mek
  • 11
0
votes
1 answer

Sony qx1 live view refresh rate

What is the maximum refresh rate in live view mode from qx1 to a PC? I.e. can I call the http API at 20-30 HZ? Also, when camera is in live view mode, will triggering a shot result in focus 'hunting', so is it necessary to exit the live view mode…
greg
  • 99
  • 1
  • 10
0
votes
1 answer

Postview Image API on Sony a5000

The supported API grid indicated that the a5000 should have post view image size functions, but the APIs are not available when I call getAvailableAPIList. I am careful to initialize with startRecMode, and am sure that the camera function is set to…
Thaine Norris
  • 75
  • 1
  • 7
0
votes
1 answer

Is it possible to take and transfer still pictures to a PC from a SONY HDR-AS100V camera?

I have bought a Sony HDR-AS100V camera and I would like to take capture still images from the camera, and transfer them (either via USB or WI-FI) to a PC preferably running Windows. Sony has an API for this camera, however according to the table on…
Emil Nielsen
  • 195
  • 4
  • 15
0
votes
1 answer

CameraRemoteAPI get number of remaing pictures to take

I'm developing an Android app with CameraRemoteApi to take pictures using an HDR-AS30V and store them on the smartphone. I need to know if it's possible to get the number of pictures the camera microSD can hold before it's full.
mhhm
  • 1
0
votes
1 answer

Augmented Reality app for SONY Xperia Z2

We are building one Camera App especially for Sony Xperia Z2 and it’s going to be AR Camera app. below is the key features of the same. "Need to allow selection of image and detect human once camera is open. User can adjust, rotate, and resize that…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77