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

arv_gc_feature_node_get_actual_access_mode returns unexpected ARV_GC_ACCESS_MODE_RO #634

Closed
TIS-Edgar opened this issue Feb 15, 2022 · 3 comments

Comments

@TIS-Edgar
Copy link
Contributor

Hi Emmanuel,

Describe the bug

arv_gc_feature_node_get_actual_access_mode returns ARV_GC_ACCESS_MODE_RO
for free-floating Integer nodes, whereas ARV_GC_ACCESS_MODE_RW is expected.

To Reproduce

A small c program that reproduces the problem can be found here,
as well as the corresponding genicam description:
https://gist.github.com/TIS-Edgar/c2e4bcc36ff581bc29cce35c8762e81f

Expected behavior

The node should have RW access mode.

Camera description:

Seems to be reproducible with all TIS cameras. GigE and USB3.
Verified with DMK 33UX273, DFK 33GP1300 and DFK 33GP1300.

Platform description:

  • current master (08dc0ba)
  • OS: Debian Testing
  • Hardware: amd64

This seems to be fixable by having arvgcfeaturenode.c@522:_get_access_mode return ARV_GC_ACCESS_MODE_RW.

As always, thank you in advance!

@EmmanuelP
Copy link
Contributor

Please try #635

@TIS-Edgar
Copy link
Contributor Author

#635 seems to fix this issue.

Thank you.

@EmmanuelP
Copy link
Contributor

Thanks.

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

No branches or pull requests

2 participants