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
1 answer

Not able to connect Sony NEX 5T to iPhone via Sony Camera API

I am developing an iPhone and an Android app which will connect to the Sony Camera NEX 5T via the Sony Camera API and receive an image being sent from the camera. I downloaded the Sony tutorial from…
0
votes
1 answer

How is the shutter speed set with the Sony Camera Remote API Beta?

I have a Sony DSC-QX100 with the latest firmware (v3.00) installed. When I send the API call "setShutterSpeed" to the device with any parameter, the result I get is successful return value of 0 in the "result" object of the response JSONArray, which…
Alex
  • 877
  • 5
  • 10
0
votes
0 answers

ios remote camera image processing crashes

I have connected a remote camera using Sony CameraRemoteAPI SDK. Camera is connected successfully and I am getting the frames. The following code gets the incoming UIImage and assign to a UIImageView - (void) liveviewPaint:(UIImage*)image { …
0
votes
1 answer

Run Sony's CameraRemoteSampleApp in ecplise

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…
lara
  • 5
  • 4
0
votes
3 answers

sony camera api controlling multiple cameras

Can I use the Sony Camera API to set off 5 or 6 (or more) Action Cams at the same time or in a sequence? Then grab the image from each one? I know the action cam remote can control five devices - but that may be using non public APIs. I've scanned…
0
votes
1 answer

Sony SDK support for the DSCRX100 -2

Just downloaded the Camera Remote API beta SDK from Sony website. No mention of the DSCRX100-2 Can any one tell me if the DSCRX100-2 is compatible or even partly compatible with any of the other models listed in the SDK documents. It appears that…
-1
votes
1 answer

SDK or API support for Sony RX0

I'm hoping to develop custom photo booth software that will work with the upcoming Sony RX0. Are there any development tools that will work with the RX0 camera at launch?
Kirk Davis
  • 21
  • 2
-1
votes
1 answer

Sony QX1 deleteContent API

I have a Sony QX1 camera and I want to delete the contents of the SD Card using the Sony Camera Remote API. The available API versions on the camera are 1.0, 1.1 and 1.2. According to the documentation, the "deleteContent" API is available in API…
Maxime B
  • 117
  • 2
  • 9
-1
votes
1 answer

Web services for DSC-WX300

Can I use the Camera Remote API for the DSX-WX300 also? Or is this model using a different API? How can I take a photo remotely? It's possible I Know because the Play Memories Mobile App is doing this, but with the Remote API I only get HTTP 404…
Toni Wenzel
  • 2,081
  • 2
  • 24
  • 39
-1
votes
1 answer

Cannot transfer video from Sony HDR-AZ1 to iOS device via the CameraRemoteAPI

We are developing an application to record short video snippets with the HDR-AZ1 and so far can only transfer images. We also need to transfer the mp4 files, but cannot find the documentation to perform this task. Has any one implemented a…
-1
votes
1 answer

Sony Action Camera Wowza Support

We would like to use the Sony Action game to stream with our CDN. Is it possible to stream to a service other than Ustream. In particular our services uses Wowza which is a common internet streaming service.
-1
votes
1 answer

Sony Camera API: What state events should happen after calling actTakePicture

Reading the Sony camera API reference it states that I should see the following events after calling actTakePicture: Camera status: "IDLE" -> "StillCapturing" -> "StillSaving" -> "IDLE" I never see the StillSaving event. For me it seems to go from…
taf
  • 429
  • 5
  • 11
-1
votes
1 answer

Access Sony QX100 video stream with OpenCV

I want to access the camera's video stream with OpenCV. Doing so, I connected the camera via WLAN with my Win7 PC. Further, Maybe a possible way to go is by http://ip:port/resource'). I tried e.g.…
lara
  • 5
  • 4
-2
votes
1 answer

sony camera api cardboard application

I want to make an application for cardboard with a sony actioncam. I noticed that we can get the video preview by a SurfaceView method. But I remember that the only way to have a split screen with the camera device is by a SurfaceTexture. So my…
-2
votes
1 answer

can I control two sony DSC-QX30 cameras at same time for 3D image shooting?

I like to develop a android APP to remote control two sony DSC-QX30 cameras. By doing so , I can create 3D image and video. I know Gopro has a bridge to connect two cameras , can Sony provide the same support ?
1 2 3
10
11