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

chunk parser, setting of chunk selector nodes #911

Open
2 tasks
SebastianRiedel opened this issue Jul 11, 2024 · 3 comments
Open
2 tasks

chunk parser, setting of chunk selector nodes #911

SebastianRiedel opened this issue Jul 11, 2024 · 3 comments
Labels
5. Genicam Issue in Genicam implementation 5. Image buffer Issue in Buffer API

Comments

@SebastianRiedel
Copy link

SebastianRiedel commented Jul 11, 2024

Description

Follow-up to the How to set a Chunk Selector node? discord discussion.

It is a about accessing scale and offset values per channel ABC for conversion of point cloud data in the abstract format Coord3D_ABC16 to metric values like [mm]. These values seem to be transferred via chunk data and access needs to go through a selector node.

Noteworthy documentation from Mechmind:

What I can confirm at this point using the code snippet in the How to set a Chunk Selector node? original post is:

  • I get the exact same offset for all coordinates ABC
  • offset and scale change per image acquisition, so they are not static

Describe the solution you'd like

Describe alternatives you've considered

Additional context

arv-tool 0.8.30: genicam xml and features.txt attached:
arv_tool_mechmind_nano.zip

@EmmanuelP EmmanuelP added 5. Genicam Issue in Genicam implementation 5. Image buffer Issue in Buffer API labels Jul 11, 2024
@EmmanuelP
Copy link
Contributor

Hi,

Please try #912

The Genicam data look wrong though. The access to the offset chunk only uses ChunkComponentSelector. A ChunkScan3dCoordinateSelector feature is defined but never used for chunk data access. I don't see how what is described in your camera documentation could work.

@EmmanuelP
Copy link
Contributor

Any news ?

@SebastianRiedel
Copy link
Author

I'm sorry, priorities shifting a lot and everything is urgent... I want to test it again in order to give an update, but need to find the time still.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5. Genicam Issue in Genicam implementation 5. Image buffer Issue in Buffer API
Projects
None yet
Development

No branches or pull requests

2 participants