Hello, how can I get current camera properties like ISO, Aperture etc ?
I am using Smartshooter 5 API.
A small py code would be very helpful. Thanks in advance.
You can check the code examples here:
https://bitbucket.org/kuvacode/smartshooter-api/src/master/
For example, this script shows how to get the list of cameras:
https://bitbucket.org/kuvacode/smartshooter-api/src/master/utils/smartshooter-ls.py
And from there you could modify it to send the “GetCamera” request, which will return all the current info about a camera including ISO, aperture, etc.