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
But when the pipeline is running and I try to modify this feature again, the change is not made when in all other parameters it allows to change the value. Could it be because I am not doing it correctly or could it be something related to the library?
Thank you!
The text was updated successfully, but these errors were encountered:
I already had the problem with decimal values in some properties, but when I tried to modify the value of ReverseX and ReverseY with the pipeline running don't work
Regarding the OffsetX/Y and ReverseX/Y parameters, they are supposed to be modifiable in PLAYING state, but when I try to change any of them with the pipeline running, I get the following errors and it does not allow to modify them:
Unable to set pylon property "ReverseY" on "Basler daA3840-45uc (40430213)": Node is not writable.
Unable to set pylon property "OffsetX" on "Basler daA3840-45uc (40430213)": Node is not writable.
Hi @thiesmoeller
When I launch the pipeline from C and initialize the ReverseX and ReverseY features, they are correctly initialized to the indicated value.
gst_child_proxy_set(cp, "cam::ReverseX", FALSE, NULL);
gst_child_proxy_set(cp, "cam::ReverseY", FALSE, NULL);
But when the pipeline is running and I try to modify this feature again, the change is not made when in all other parameters it allows to change the value. Could it be because I am not doing it correctly or could it be something related to the library?
Thank you!
The text was updated successfully, but these errors were encountered: