You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings should automatically be included when saving a new preset, but any preset saved previously wouldn't have them. And, while thinking about explaining this, you may have found a nuance with how presets are saved and loaded:
It is possible that the new settings aren't saved in a preset in a very specific situation:
Old preset exists before the settings were added
You updated to the version with the added settings
Deleted the old preset and saved a new one with the same name
Did not click save, but tried to load the 'new' preset
If that's the case, that is because presets are not actually 'saved' until the save button on the settings window is pressed. That could be confusing, so I'll have to look into a way to work around that.
I've created a new issue for this and I'll see if I can make the behavior less confusing: #9
Camera manufacturer and model (ie. NexiGO N660):
PLAYSTATION Eye (for PLAYSTATION 3)
Unknown controls information (click 'Copy to Clipboard' on the warning and paste here):
{
"white_balance_automatic": {
"type": "bool",
"default": "1",
"value": "1"
},
"exposure": {
"type": "int",
"min": "0",
"max": "255",
"step": "1",
"default": "120",
"value": "127"
},
"gain_automatic": {
"type": "bool",
"default": "1",
"value": "1",
"flags": "update"
}
}
The text was updated successfully, but these errors were encountered: