Skip to content
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

Images from Kinect upside-down? #764

Closed
clebos opened this issue Jun 23, 2014 · 1 comment
Closed

Images from Kinect upside-down? #764

clebos opened this issue Jun 23, 2014 · 1 comment

Comments

@clebos
Copy link

clebos commented Jun 23, 2014

Hi,

I've been following the tutorial shown here: http://robotica.unileon.es/mediawiki/index.php/PCL/OpenNI_tutorial_1:_Installing_and_testing#Precompiled_PCL_for_Ubuntu

I've installed the correct version of OpenNI (1.5.4, I believe), and I can get an image from my Kinect camera. However, this image appears upside down, and I must rotate it about the x axis in order to get it to face the right way (ie. the Z axis is projecting in the wrong direction).

I've been following another thread here: #116, but a fix was unclear...

Fixes from this thread: http://www.pcl-users.org/align-point-cloud-to-a-plane-td3524146.html#a3524207 suggest that I use
viewer->resetCameraViewpoint("sample cloud");
but this only works with PCL visualizer and not with CloudViewer, which the tutorial is using.

If someone could please help me figure out how to get the image the correct way up, that would be wonderful, as I'm quite new to PCL.

Thank you so much!

@jspricke
Copy link
Member

You could apply a transformation to the point cloud before showing, or have a look at the viewer API. Anyway, this is a bug tracker, please ask questions on the mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants