Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add adaptive function, add sw ae, add anti-flicker #299

Merged
merged 3 commits into from
Aug 29, 2022

Conversation

alex-GuoGuo
Copy link
Contributor

PR描述:

增加软件ae(v0.1.0)功能,增加adaptive(v0.1.0)功能

详细描述:

  1. libmediactl.so 增加软件ae功能
    v4l2_drm支持sw ae和hw ae的切换
    -x 0 切换sw ae(默认)
    -x 1 切换hw ae

  2. 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功能(默认)

  3. libmediactl.so 增加adaptive功能
    v4l2_drm支持adaptive的开关
    -l 0 关闭adaptive
    -l 1 开启adaptive(默认)

关联issue:

fix #211
fix #298

@goatxiu goatxiu added the feature New feature or request label Aug 24, 2022
@goatxiu goatxiu added this to the v1.8 milestone Aug 24, 2022
@zhangxiaojingCAN zhangxiaojingCAN modified the milestones: v1.8, v1.9 Aug 29, 2022
@zhangxiaojingCAN zhangxiaojingCAN merged commit 2312903 into kendryte:dev Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: 增加自适应功能 [Feature]: 增加抗图像flicker功能
4 participants