hanjo
New Member
Well, that's embarrassing :-D
Thanks, it's working fine, now that I'm aware of that detail :-P
In the meantime, I was playing with the web application and it's really quite cool. I have one suggestion though: currently the app seems to only consider the first parameter. So if I would like to set two settings at once this does not work, e.g.
In this example, it will only consider the focus, but not the white balance.
This also makes it difficult to set settings that are on auto right away. For example, you need to call
first, and then in a subsequent call
if you want to set the focus from "auto" to "0". For this case, I would suggest that the app automatically unsets "auto" when the parameter is a number.
The web interface is really a great addition to CamooZ, thanks for that!
Thanks, it's working fine, now that I'm aware of that detail :-P
In the meantime, I was playing with the web application and it's really quite cool. I have one suggestion though: currently the app seems to only consider the first parameter. So if I would like to set two settings at once this does not work, e.g.
Code:
/set?focus=0&wb=5000
This also makes it difficult to set settings that are on auto right away. For example, you need to call
Code:
/set?focus=autooff
Code:
/set?focus=0
The web interface is really a great addition to CamooZ, thanks for that!