Skip to content

Commit

Permalink
Update http.md
Browse files Browse the repository at this point in the history
update 'custmized image profile' doc and fix typo 

'enble' -> 'enable' for setting the Black Level
  • Loading branch information
milliyang authored Mar 6, 2024
1 parent ec5d96e commit d694335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions E2/protocol/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,10 @@ If VFR is on, and playback frame is default. e.g. VFR is 120, movie format is 4K
```HTTP
GET /ctrl/stream_setting?index=stream0&split=5
```
### Knee/Slope based curve
## Knee/Slope based curve
It's used for some broadcast case, it could be adjusted by remote controller.

Set the image profile to customized curve 2
Set the image profile to 'customized curve 2', to activate Gamma/Black Level/Black Gamma/Knee features
```HTTP
GET /ctrl/set?lut=Customized 2
```
Expand Down Expand Up @@ -1032,7 +1032,7 @@ GET /ctrl/cusomized_image_profile?action=get&option=black_level

Set level
```HTTP
GET /ctrl/cusomized_image_profile?action=set&option=black_level&enble=1&level=10
GET /ctrl/cusomized_image_profile?action=set&option=black_level&enable=1&level=10
```

#### Black gamma
Expand Down

0 comments on commit d694335

Please sign in to comment.