'Sony Remote Control API for C# Windows Application
I am trying to create a Windows Application using Sony Remote Control API. Can Anyone help with related Tutorial?
Solution 1:[1]
I am actually not aware of any Windows tutorials for the Camera Remote API, but there are a lot of resources out there that could help you create your application. With that being said here are a few things that could help:
- You for sure want to download the SDK and have a look at the documentation. The documentation will show you how to get the proper endpoint urls and then teach you how to use each of the available endpoints for your camera. https://developer.sony.com/develop/cameras/
- Here are a few projects that use the Camera Remote API that could be helpful:
This is a windows 10 universal app using the Camera Remote API
https://github.com/locana/locana
This is a python based application that many users have found useful
I hope these resources are helpful. Please let me know if you need more assistance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Robert |