Hi,
I’m working with Halcon and an LSR L camera, and I’d like to obtain both intensity and normal images. I’m running the “obtain_point_cloud_with_normals” example, but I’m encountering an issue: the program gets stuck on the grab_data
function and eventually throws a timeout error.
I tried increasing the grab_timeout
value, but the function still doesn’t complete. Interestingly, when I disable the normals and intensity components, I can successfully receive the XYZ images without any problems.
What could be causing this behavior? Is there something specific I need to configure or consider when trying to get both normal and intensity images simultaneously?