From 93e1451a4bd23a6bcba26007eae50a72659b8be8 Mon Sep 17 00:00:00 2001 From: Stefan Dobrev Date: Wed, 8 Jun 2022 17:20:39 +0300 Subject: [PATCH] Update default camera flip docs The defaults for camera flip are different for newer Jatpack versions (4+). [Here](https://github.com/dusty-nv/jetson-utils/blob/def4a04d023960781a44f9cd97fd1464093becf0/camera/gstCamera.cpp#L137-L143) is the relevant source code --- docs/aux-streaming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aux-streaming.md b/docs/aux-streaming.md index db3320e61..0123d6161 100644 --- a/docs/aux-streaming.md +++ b/docs/aux-streaming.md @@ -73,9 +73,9 @@ As mentioned above, any of the examples from jetson-inference can be substituted * mpeg2, mpeg4 * mjpeg --input-flip=FLIP flip method to apply to input: - * none (default) + * none (default on Jetpack < 4) * counterclockwise - * rotate-180 + * rotate-180 (default on Jetpack >= 4) * clockwise * horizontal * vertical