From 85015d5bc9b40802532c0cf09d22a4aa2d7f7c24 Mon Sep 17 00:00:00 2001 From: dusty-nv Date: Tue, 2 Apr 2019 16:17:29 +0000 Subject: [PATCH] updated docs --- docs/detectnet-camera-2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/detectnet-camera-2.md b/docs/detectnet-camera-2.md index 792f6e66d..8752e9e19 100644 --- a/docs/detectnet-camera-2.md +++ b/docs/detectnet-camera-2.md @@ -23,6 +23,7 @@ $ ./detectnet-camera # by default, program will run using multipe > **note**: by default, the Jetson's onboard CSI camera will be used as the video source. If you wish to use a USB webcam instead, change the `DEFAULT_CAMERA` define at the top of [`detectnet-camera.cpp`](../detectnet-camera/detectnet-camera.cpp) to reflect the /dev/video V4L2 device of your USB camera and recompile. The webcam model it's tested with is Logitech C920. +
## What's Next This is the last step of the *Hello AI World* tutorial, which covers inferencing on Jetson with TensorRT.