适配OpenHarmony系统相机应用横屏UI,
相关pr: https://gitee.com/openharmony/applications_camera/pulls/233/files
适配效果
如何安装
编译好的hap提供在附件中
1.预置在源码,随固件安装
2.安装hap
hdc shell "mount -o remount,rw /"
hdc shell "rm -rf /data/*"
hdc file send product\phone\build\default\outputs\default\phone-default-signed.hap/system/app/com.ohos.camera/Camera.hap
hdc shell "reboot"