-
Notifications
You must be signed in to change notification settings - Fork 5
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
empty pointcloud while obtaining data #5
Comments
Hi @meldose, Please note that the GenTL consumer interface file ( You can find helpful resources here:
Let us know if you have any questions or need further assistance! |
i was able to attain the point cloud through the PhoXi Control GUI, : i have updated the code , i also want to get the coordinate X,Y,Z for the object captured! Is it possible? |
i tried running connect_and_grab script but I'm getting this error: Loading: /opt/mvIMPACT_Acquire/lib/x86_64/libmvGenTLProducer.so
Connecting to: TER-008
Traceback (most recent call last):
File "/home/hrg/my_venv/lib/python3.8/site-packages/genicam/genapi.py", line 2231, in __getattr__
return self.get_node(attribute)
File "/home/hrg/my_venv/lib/python3.8/site-packages/genicam/genapi.py", line 2159, in get_node
return _genapi.NodeMap_get_node(self, key)
_genapi.LogicalErrorException: Node not existing
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/hrg/git/photoneo_camera_py/src/photoneo_camera_py/Photoneo_gigv.py", line 88, in <module>
main()
File "/home/hrg/git/photoneo_camera_py/src/photoneo_camera_py/Photoneo_gigv.py", line 54, in main
features.UserSetSelector.value = "Default"
File "/home/hrg/my_venv/lib/python3.8/site-packages/genicam/genapi.py", line 2235, in __getattr__
raise AttributeError from e
AttributeError |
Guten tag, I am having doubt regaridng the features that you are using in your code, if possible could you please explain what is happening:
Waiting for your reply |
Hi @meldose, |
Hi, I tried to obtain data from MotionCamera 3D M+ using this code:
but I get an empty cloud, can you please tell me how can I get the data from the payload correctly? thanks
The text was updated successfully, but these errors were encountered: