DriveWorks SDK Reference

| 0.6.67 Release

/builds/driveav/dw/sdk/samples/stereo/camera/camera_usb/README.md
Go to the documentation of this file.
1 # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_stereo_camera_usb_sample USB Stereo Camera Sample
4 
5 The stereo camera usb sample illustrates how to input an image from a usb stereo
6 camera (such as StereoLab ZED camera) and use the input to rectify and compute
7 a disparity map and display side by side
8 
9 #### Testing
10 
11 A camera must be connected to a USB port. The device ID, `N` of the camera, to
12 use can be specified using the `--device=N` command line option, which is set to
13 0 by default.
14 In order for the sample to run, the camera has to be calibrated using our
15 Calibration Tool and the rig.xml file needs to be provided as input
16 
17  ./sample_stereo_camera_usb --rigconfig=pathTo/rig.xml --device=0 (default)
18