1

Do we have .Net C# sample to access sony lens style camera(QX10) using Camera Remote API

Masood Alam
  • 645
  • 2
  • 8
  • 22

1 Answers1

1

I just found this: https://github.com/kazyx/kz-remote-api

It is a .NET wrapper around the HTTP based Camera Remote API.

peter.bartos
  • 11,855
  • 3
  • 51
  • 62
  • thank you @teepee SONY , looks like this library has references specific to Windows 8. (Windows.Networking;Windows.Foundation;Windows.Networking.Connectivity;) – Masood Alam Nov 10 '14 at 07:13
  • 1
    was able to connect and capture images on my windows 7 machine, with few modifications. thanks @teepee SONY and special thanks to kazyx on github for the library. – Masood Alam Nov 14 '14 at 12:48
  • Is there any update regarding a DotNet SDK meanwhile? – Nasenbaer Dec 24 '17 at 22:05