From cc414e0e10315f308b7ef52e82ff3616e23ad9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Wed, 6 Oct 2021 15:25:06 +0200 Subject: [PATCH] update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ae450ac..cc0b5619c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,10 @@ usage: depthai_demo.py [-h] [-cam {left,right,color}] [-vid VIDEO] [-dd] [-dnn] [-s {nnInput,color,left,right,depth,depthRaw,disparity,disparityColor,rectifiedLeft,rectifiedRight} [{nnInput,color,left,right,depth,depthRaw,disparity,disparityColor,rectifiedLeft,rectifiedRight} ...]] [--report {temp,cpu,memory} [{temp,cpu,memory} ...]] [--reportFile REPORTFILE] [-sync] [-monor {400,720,800}] [-monof MONOFPS] [-cb CALLBACK] [--openvinoVersion {2020_3,2020_4,2021_1,2021_2,2021_3,2021_4}] [--count COUNTLABEL] [-dev DEVICEID] [-bandw {auto,low,high}] [-usbs {usb2,usb3}] - [-enc ENCODE [ENCODE ...]] [-encout ENCODEOUTPUT] [-xls XLINKCHUNKSIZE] [-camo CAMERAORIENTATION [CAMERAORIENTATION ...]] + [-enc ENCODE [ENCODE ...]] [-encout ENCODEOUTPUT] [-xls XLINKCHUNKSIZE] [-camo CAMERAORIENTATION [CAMERAORIENTATION ...]] [--cameraControls] + [--cameraExposure CAMERAEXPOSURE] [--cameraSensitivity CAMERASENSITIVITY] [--cameraSaturation CAMERASATURATION] [--cameraContrast CAMERACONTRAST] + [--cameraBrightness CAMERABRIGHTNESS] [--cameraSharpness CAMERASHARPNESS] + optional arguments: -h, --help show this help message and exit @@ -126,6 +129,19 @@ optional arguments: Define cameras orientation (available: AUTO, NORMAL, HORIZONTAL_MIRROR, VERTICAL_FLIP, ROTATE_180_DEG) Format: camera_name,camera_orientation Example: -camo color,ROTATE_180_DEG right,ROTATE_180_DEG left,ROTATE_180_DEG + --cameraControls Show camera configuration options in GUI and controll them using keyboard + --cameraExposure CAMERAEXPOSURE + Specify camera saturation + --cameraSensitivity CAMERASENSITIVITY + Specify camera sensitivity + --cameraSaturation CAMERASATURATION + Specify image saturation + --cameraContrast CAMERACONTRAST + Specify image contrast + --cameraBrightness CAMERABRIGHTNESS + Specify image brightness + --cameraSharpness CAMERASHARPNESS + Specify image sharpness ```