Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed May 30, 2023
1 parent 60c7a99 commit 885e93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/aux-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ input = videoSource("/dev/video0", options={'width': 1280, 'height': 720, 'frame
output = videoOutput("my_video.mp4", options={'codec': 'h264', 'bitrate': 4000000})
```

The input source settings will try to match the closest resolution/framerate available, but it's recommend to check your [camera formats](#v4l2-formats) first.
The input settings will try to match the closest resolution/framerate available, but it's recommend to check your camera's [supported formats](#v4l2-formats) first.

### C++
```c++
Expand Down Expand Up @@ -497,7 +497,7 @@ options.flipMethod = videoOptions::FLIP_ROTATE_180;
videoSource* input = videoSource::Create("/dev/video0", options);
```

The input source settings will try to match the closest resolution/framerate available, but it's recommend to check your [camera formats](#v4l2-formats) first.
The input settings will try to match the closest resolution/framerate available, but it's recommend to check your camera's [supported formats](#v4l2-formats) first.

<p align="right">Next | <b><a href="aux-image.md">Image Manipulation with CUDA</a></b>
<p align="center"><sup>© 2016-2020 NVIDIA | </sup><a href="../README.md#hello-ai-world"><sup>Table of Contents</sup></a></p>
Expand Down

0 comments on commit 885e93f

Please sign in to comment.