-
Notifications
You must be signed in to change notification settings - Fork 45
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
cloudComPy render to file #49
Comments
Hello, |
Hello, I have series of point clouds (several hundred), generated from several time-lapse cameras. I would like to make a time-lapse video from particular view point. In this case Render to File in CloudComPy would be very useful. So any update on this issue would be very appreciated from my side. |
Hello, |
Any update/progress on this "render to file" feature? One of the features I was hoping to do with CloudComPy was to trigger generation of 3D renderings to BMP/JPG when new xyz files are detected from data filesource. |
…tion and tests
Hello, for your information, the render to file feature has been added in the May 24, 2023 version. Please don't hesitate to ask for more information or improvements. |
@prascle Thanks for that upgraded version! I've tested it out and it works well. |
@prascle a "nice to have" would be the ability to paint/highlight a difference area between two point clouds in different colours. We currently use CloudCompare to manually generate the render for two point clouds where a section of the cloud has changed in volume. Because there's no function to do so, someone will manually load the render in Photoshop and highlight/paint the area that has changed. This would be a nice option for the render to file feature. |
Hi, we work on similar highlighting of volume changes (end up using powerpoint as a final product so it's fine anyways). I just wanted to point out that I recently discovered PyVista has some very very nice visualization tools for point clouds that I find very easy to adjust and manipulate. It even has EDL shading like CloudCompare. It has been able to satisfy our needs for generating automatic images of point clouds that look similar to CloudCompare. PyVista also seems to be working fine in the CloudComPy environment, so I can use both in the same scripts. Best, |
Hi @kxd195, I am sorry, i did not answer to your post. Best, |
@prascle @lmweidner what we do is we have backhoes that excavate/dig the ground. Every 6 hours, we take a mapping of the work area and it generates the point cloud for us. Manually using CloudCompare, we can see the volume difference between the current point cloud vs the one 6 hours ago, which gives us the amount of area/volume that has been excavated. Now we're trying to automate this process using CloudComPy, so that we can generate not just the 3D render, but we'd like to "paint" each 6hr excavated area a different colour. We understand that we'd most likely generate a 3D render of two point clouds at a time, and then merge these renders together (each render with a different colour), so that for example, we can see over a 24hr period, you can see which areas has been excavated and based on colour, see which area was done for each 6hr period. |
Is there an interface to operate below in cloudCompy?
GUI Display -> render to file
The text was updated successfully, but these errors were encountered: