From 69e8fddc45f8a40a886ead4fef8b7da56ba0dd9f Mon Sep 17 00:00:00 2001 From: Mangus Linderoth Date: Tue, 30 Mar 2021 14:47:08 +0200 Subject: [PATCH] Add documentation for automatic flip to reflect changes in jetson-utils. --- docs/aux-streaming.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/aux-streaming.md b/docs/aux-streaming.md index d9083509e..220e99e8f 100644 --- a/docs/aux-streaming.md +++ b/docs/aux-streaming.md @@ -73,7 +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 (excludes V4L2): - * none (default) + * automatic (default) Chooses rotation based on + video tags, if any. Otherwise, no flip. + * none * counterclockwise * rotate-180 * clockwise