Jomanaashraf8
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Jomanaashraf8-
Thanks a lot for your reply. I also tried to use the rs-kinfu but I have problems with building the code as when I make a cmake .. inside my build folder I gor this error: This warning is for proj...
-
How can I modify the White balance of the RGB through python code as I am streaming and save the images of both RGB and Depth images? Also, If I use an external light source; this will enhance the ...
-
Yes I have also depth images and I need to make 3d reconstruction of the apple trees with both RGB and depth images but the problem is that I need to make the reconstruction for the whole trees in ...
-
Thanks a lot it works now. I have a question regarding saving the point cloud in a numpy array I see that get_vertices() will give me the poistion (x,y,z) but I also need in the same array to have ...
-
It gives me this error i don't know why? profile = pipe.start(config)RuntimeError: Couldn't resolve requests
-
But when I put the align method with the pc.map_to() and pc.calculate() the saved point cloud will not be colored and this will give me inaccurate results as you said to me before that I shouldn't ...
-
I have another question, Regarding the filters, I made a post processing filters to the depth frame and stored it it "filtered_depth" then I need to converet this filtered depth to open3d so i conv...
-
Thanks a lot
-
Thanks for your response it is working now but the problem is that the saved .ply is not having the colors from the RGB image it is giving me .ply file without any colors what should I do?
-
Hello, I tried what you recommended I put the filters and the apply the pc.map_to and pc.calculate but tit giving me this error. My code is here import numpy as np # fundamental package for scient...