Search found 45 matches

by jedfrechette
Thu Feb 13, 2020 3:32 pm
Forum: Requests, new functionalities
Topic: Faro .FLS (RAW vs Processed) Please support processed!
Replies: 2
Views: 13213

Re: Faro .FLS (RAW vs Processed) Please support processed!

In principle the SDK should support processed fls files just fine. The format and their SDK ecosystem has always been a little flacky though.

If you need .fls support maybe you could ask on the Laser Scanning Forum where some of the Faro devs occasionally post.
by jedfrechette
Thu Oct 03, 2019 9:37 pm
Forum: Linux related topics
Topic: Compiling CC with PDAL
Replies: 4
Views: 46457

Re: Compiling CC with PDAL

Regarding PDAL on Windows, as far as I know, the PDAL packages in OSGeo4W are no longer maintained. They are certainly a couple versions out of date. The Conda packages for PDAL are now the recommended way to install binaries on Windows.
by jedfrechette
Wed Sep 11, 2019 9:58 pm
Forum: Issues, bugs, etc.
Topic: Entry Point Not Found Error
Replies: 35
Views: 50125

Re: Entry Point Not Found Error

As a user who has been using .fls files to move scans between Faro's software and various other applications for years I've been watching this thread closely. Because of the pain caused by issues like this (which crop up continuously with every software that uses Faro's SDK) and the fact that the fo...
by jedfrechette
Wed Jun 12, 2019 11:55 pm
Forum: Questions
Topic: Processing a massive pointcloud
Replies: 3
Views: 2915

Re: Processing a massive pointcloud

We're working on setting up a similar pipeline based primarily on PDAL and Houdini. The first thing I would decide on is exactly how you're going to build the mesh as that will determine how you need to process the original point clouds, e.g. if you're going to use something like Poisson Surface Rec...
by jedfrechette
Wed Jun 05, 2019 10:47 pm
Forum: Questions
Topic: FLS plugin not included in portable build?
Replies: 1
Views: 1463

FLS plugin not included in portable build?

I noticed that the Faro FLS plugin is not included in the portable 7z build for Windows. Is the reason for that technical or legal? I know that the plugin requires Faro's SDK to be installed by the user, which wouldn't happen as part of unpacking the portable build. Nonetheless, it is common for peo...
by jedfrechette
Mon Oct 15, 2018 2:50 pm
Forum: Questions
Topic: Unknown file
Replies: 4
Views: 2286

Re: Unknown file

If you'd like to share the full file with me I'd be happy to take a look and see what I can come up with.
by jedfrechette
Mon Jul 16, 2018 2:24 pm
Forum: Questions
Topic: View Import
Replies: 2
Views: 1671

Re: View Import

Nuke's .chan format would probably be the simplest format as it's basically just an ASCII list of camera poses: https://en.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Nuke However, as with most of these sorts of txt formats it is a little bit ad-hoc and there tend to be a few diffe...
by jedfrechette
Wed Apr 25, 2018 11:51 pm
Forum: Requests, new functionalities
Topic: Open VDB, .vdb format
Replies: 6
Views: 7147

Re: Open VDB, .vdb format

It would be cool to have CC support OpenVDB.

In the meantime though, if anyone's looking for a method to convert point clouds to VDB I'd recommend Houdini.
by jedfrechette
Thu Mar 09, 2017 9:59 pm
Forum: Requests, new functionalities
Topic: Pick rotation center
Replies: 8
Views: 14095

Re: Pick rotation center

Very cool. I'm just curious though why you opted for the center of the screen rather than the mouse cursor as the rotation point? I haven't had a chance to test in CC yet, but from regularly using software that implements both behaviors I find rotation around the cursor to be much more predictable a...
by jedfrechette
Tue Jan 03, 2017 10:19 pm
Forum: Requests, new functionalities
Topic: Pick rotation center
Replies: 8
Views: 14095

Re: Pick rotation center

For the dynamic ray cast, I fear it would be too much CPU intensive. Or we would have to compute the octree for all entities, all the time... That could be an option of course. I think this would be interesting to test. In my experience with other applications that aren't backed by a spatial data s...