0

I saw some posts telling that PCL won't work with visualStudio 12 and soemsaying that we need to install and cmake stuff.

Questions

1) will latest PCL Library work with visual Studio ??

2) Will All-in-one installer do all the work or do we need to cmake stuff ??

3) We already have OpenNI latest version installed in our system. will it cause any troubles ?

4) What all stuff we need to include in the visual studio to work with PCL Library ?

Ashok Varma
  • 3,489
  • 3
  • 28
  • 43
  • I haven't use pcl with visual studio, but I recommend you to ask also in the users mailing list, they may help you faster.... [here is the link](http://pointclouds.org/contact.html) – api55 Mar 30 '15 at 14:04
  • hai @api55 i had some questions my email ashokvarmavit@gmail.com can you jst ping me. i will send you those questions thankyou for the help – Ashok Varma Apr 01 '15 at 03:00
  • @api55 PCL is having problems in VisualStudio 2012 can you post Answer with OpenGL in this Post http://stackoverflow.com/questions/29270544/how-to-display-a-3d-image-when-we-have-depth-and-rgb-mats-in-opencv-captured-f – Ashok Varma Apr 05 '15 at 16:44
  • I sent you an email, maybe it went to spam. I think my email is on my profile.... – api55 Apr 07 '15 at 03:22

1 Answers1

1

I use PCL 1.7.2, Kinect SDK 2 and OpenCV2.4.9 in VS2012. My answer may help you.

Community
  • 1
  • 1
gouchaoer
  • 535
  • 2
  • 7
  • 22
  • once all-in-one is installed. which steps you followed for integrating it with visual studio. All the includes and all – Ashok Varma Apr 30 '15 at 08:19
  • well, I have a example project(use all-in-one PCL1.7.2 and OpenCV2.4.9) in VS2012 [download](http://acgnew.com/wp-content/uploads/2015/03/example_pcl1.7.2_vs2012_opencv2.4.9.zip). You can open the project and change a few place in the project property to you PCL path and OpenCV path. Also you can open it in VS2013. If you don't need opencv, just remove it from project property. I hope this will help you. – gouchaoer May 04 '15 at 04:47