add adaptive function, add sw ae, add anti-flicker #299
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR描述:
增加软件ae(v0.1.0)功能,增加adaptive(v0.1.0)功能
详细描述:
libmediactl.so 增加软件ae功能
v4l2_drm支持sw ae和hw ae的切换
-x 0 切换sw ae(默认)
-x 1 切换hw ae
libmediactl.so 增加anti-flicker功能
v4l2_drm支持anti-flicker的开关
-a 0 关闭所有的anti-flicker功能
-a 1 开启f2k 50Hz anti-flicker功能
-a 2 开启r2k 50Hz anti-flicker功能
-a 3 开启f2k/r2k 50Hz anti-flicker功能(默认)
libmediactl.so 增加adaptive功能
v4l2_drm支持adaptive的开关
-l 0 关闭adaptive
-l 1 开启adaptive(默认)
关联issue:
fix #211
fix #298