Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to set the ReverseX and ReverseY feature in PLAYING pipeline #87

Open
rbnrtg opened this issue Jan 31, 2024 · 4 comments
Open

Trying to set the ReverseX and ReverseY feature in PLAYING pipeline #87

rbnrtg opened this issue Jan 31, 2024 · 4 comments

Comments

@rbnrtg
Copy link

rbnrtg commented Jan 31, 2024

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!

@thiesmoeller
Copy link
Collaborator

What is the camera model, that you use ?

@rbnrtg
Copy link
Author

rbnrtg commented Feb 1, 2024

My camera is Basler daA3840-45uc (USB Model)

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

@thiesmoeller
Copy link
Collaborator

The decimal issue has been fixed recently.

See attached a patch to current repo, that uses ReverseX feature in the pylonsrc example program.

0001-quick-demo-for-reversex.patch

@rbnrtg
Copy link
Author

rbnrtg commented Mar 20, 2024

Hi @thiesmoeller,

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.

What can this be due to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants