jakobwilm / slstudio

SLStudio -- Real Time Structured Light. A comprehensive software suite for capturing and reconstructing 3D scenes with a camera-projector pair.
Other
515 stars 194 forks source link

build with modern VTK #20

Closed amigo421 closed 6 years ago

amigo421 commented 6 years ago

hello,

this is not a bug but just a assistance request. I've tried to build the project , for that , I've cloned VTK (v8) but seems you guys are using another version because libs are absolutely different from what you are referring to in your PRO file. have you tried to build with latest VTK?

jakobwilm commented 6 years ago

Hello.

We use vtk6 from Ubuntu 16.04 repos (see readme). We have not tried with anything else.

/Jakob

On 15 Dec 2017, at 18:10, Ernst Maurer notifications@github.com<mailto:notifications@github.com> wrote:

hello,

this is not a bug but just a assistance request. I've tried to build the project , for that , I've cloned VTK (v8) but seems you guys are using another version because libs are absolutely different from what you are referring to in your PRO file. have you tried to build with latest VTK?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jakobwilm/slstudio/issues/20, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEQSmEyYBjRLZY7mi0Rc3xt5rmr6g9fTks5tAqfugaJpZM4RDwdo.

ivyivy2 commented 6 years ago

I've tried Vtk8.0.1 to build this project, but failed at SetRenderWindow function. I don't know whether the version of Vtk cause this.