mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
kinect stuff v1
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# kinect probe
|
||||
|
||||
This is a standalone Kinect v1/libfreenect probe. It does not load the rover
|
||||
server, does not open sockets, and does not keep running after the capture
|
||||
attempt finishes.
|
||||
|
||||
Build it:
|
||||
|
||||
```bash
|
||||
cd server/tools/kinect-probe
|
||||
make
|
||||
```
|
||||
|
||||
Run it:
|
||||
|
||||
```bash
|
||||
./kinect_probe
|
||||
```
|
||||
|
||||
By default it writes into `./kinect-probe-output`:
|
||||
|
||||
- `kinect-color.ppm`: raw RGB color frame
|
||||
- `kinect-depth.pgm`: registered 16-bit depth frame
|
||||
- `kinect-status.json`: startup/capture timings and frame counters
|
||||
|
||||
You can choose a different output directory:
|
||||
|
||||
```bash
|
||||
./kinect_probe /tmp/kinect-probe
|
||||
```
|
||||
|
||||
The probe prints every important libfreenect startup step to stderr so failures
|
||||
show the exact point where the native path diverges from `freenect-regview`.
|
||||
Reference in New Issue
Block a user