We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
arv_gc_feature_node_get_actual_access_mode
ARV_GC_ACCESS_MODE_RO
ARV_GC_ACCESS_MODE_RW
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:
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!
The text was updated successfully, but these errors were encountered:
Please try #635
Sorry, something went wrong.
#635 seems to fix this issue.
Thank you.
Thanks.
No branches or pull requests
Hi Emmanuel,
Describe the bug
arv_gc_feature_node_get_actual_access_mode
returnsARV_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:
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!
The text was updated successfully, but these errors were encountered: