1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
.TH PCL_OPENNI_SAVE_IMAGE "1" "May 2014" "pcl_openni_save_image 1.7.1" "User Commands"
.SH NAME
pcl_openni_save_image \- pcl_openni_save_image
.SH DESCRIPTION
usage: pcl_openni_save_image [((<device_id> | <path\-to\-oni\-file>) [\-imagemode <mode>] | \fB\-l\fR [<device_id>]| \fB\-h\fR | \fB\-\-help\fR)]
pcl_openni_save_image \fB\-h\fR | \fB\-\-help\fR : shows this help
pcl_openni_save_image \fB\-l\fR : list all available devices
pcl_openni_save_image \fB\-l\fR <device\-id> : list all available modes for specified device
.IP
device_id may be #1, #2, ... for the first, second etc device in the list or
bus@address for the device connected to a specific usb\-bus / address combination or
<serial\-number>
.PP
examples:
pcl_openni_save_image "#1"
.IP
uses the first device.
.PP
pcl_openni_save_image "./temp/test.oni"
.IP
uses the oni\-player device to play back oni file given by path.
.PP
pcl_openni_save_image \fB\-l\fR
.IP
lists all available devices.
.PP
pcl_openni_save_image \fB\-l\fR "#2"
.IP
lists all available modes for the second device
.PP
pcl_openni_save_image A00361800903049A
.IP
uses the device with the serial number 'A00361800903049A'.
.PP
pcl_openni_save_image 1@16
.IP
uses the device on address 16 at USB bus 1.
.SH AUTHOR
pcl_openni_save_image is part of Point Cloud Library (PCL) - www.pointclouds.org
The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D
image and point cloud processing.
.PP
This manual page was written by Leopold Palomo-Avellaneda <leo@alaxarxa.net> with
the help of help2man tool and some handmade arrangement for the Debian project
(and may be used by others).
|