Documentation.UsingPMDNano History

Hide minor edits - Show changes to output

August 02, 2012, at 03:03 PM by 87.219.166.103 -
Added lines 11-12:

Look at the @@pmd-backend@@ sample to see a minimal code example.
August 01, 2012, at 08:01 PM by 87.219.166.103 -
Changed lines 4-5 from:
RGBDemo supports the PMD Nano camera (http://www.pmdtec.com/) on Windows and Linux. To use it, you need to enable the @@NESTK_USE_PMDSDK@@ cmake variable before compiling the software.
to:
`RGBDemo supports the PMD Nano camera (http://www.pmdtec.com/) on Windows and Linux. To use it, you need to enable the @@NESTK_USE_PMDSDK@@ cmake variable before compiling the software.
Changed lines 8-10 from:
RGBDemo needs the calibration file provided by PMD, called "SERIAL_NUMBER.dat" and located in the USB stick that came with the camera. You need to copy it into the binary folder.

You should then be able to see the RGBD-D images, the color image being a copy of the amplitude image.
to:
`RGBDemo needs the calibration file provided by PMD, called "SERIAL_NUMBER.dat" and located in the USB stick that came with the camera. You need to copy it into the binary folder.

You should then be able to see the `RGBD-D images, the color image being a copy of the amplitude image.
August 01, 2012, at 08:01 PM by 87.219.166.103 -
Added line 12:
%height=240px% Attach:viewer_pmd_nano.png
August 01, 2012, at 08:00 PM by 87.219.166.103 -
Added lines 1-11:
!!! Using a PMD Nano
----

RGBDemo supports the PMD Nano camera (http://www.pmdtec.com/) on Windows and Linux. To use it, you need to enable the @@NESTK_USE_PMDSDK@@ cmake variable before compiling the software.

Most demo programs supports the @@--pmd@@ option to make it look for a PMD camera, e.g. @@rgbd-viewer --pmd@@.

RGBDemo needs the calibration file provided by PMD, called "SERIAL_NUMBER.dat" and located in the USB stick that came with the camera. You need to copy it into the binary folder.

You should then be able to see the RGBD-D images, the color image being a copy of the amplitude image.