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
Not sure if this is a Macadam or Decklink specific issue, but figured I'd make an issue in-case someone else runs into this.
In short:
Calling macadam.setDeviceConfig(deviceConfig) to set a property directly
No errors are returned by setDeviceConfig
Calling macadam.getDeviceConfig(0) right after reveals the property is still at the old value
Calling setDeviceConfig property again with the same parameters will not fix the issue HOWEVER:
Calling setDeviceConfig property again with a different parameter will now set the parameter to what it was originally intended to be when the method was first called, but the second parameter will still be at the old value.
Right... Let's explain in more detail.
I'm trying to set output1080pAsPsF to true.
Whenever I call setDeviceConfig with that property on true, it remains its old value (false).
If I then call setDeviceConfig, setting a different property, it will then only set output1080pAsPsF to true leaving the old property at its old value. And so on,
The text was updated successfully, but these errors were encountered:
florisporro
changed the title
setDeviceConfig doesn't set all properties right
Very odd behaviour setting configuration with setDeviceConfig
Apr 8, 2020
Not sure if this is a Macadam or Decklink specific issue, but figured I'd make an issue in-case someone else runs into this.
In short:
Right... Let's explain in more detail.
I'm trying to set output1080pAsPsF to true.
Whenever I call setDeviceConfig with that property on true, it remains its old value (false).
If I then call setDeviceConfig, setting a different property, it will then only set output1080pAsPsF to true leaving the old property at its old value. And so on,
Here's more of an example:
Initial getDeviceConfig
Now we set the property:
Result of getDeviceConfig again
Strange, try again
No luck
Let's set a different property then
Now what in the actual Grant Petty
The text was updated successfully, but these errors were encountered: