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