Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDavv committed Oct 6, 2021
1 parent 26abbcb commit cc414e0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```


Expand Down

0 comments on commit cc414e0

Please sign in to comment.