当前位置: 首页 > news >正文

涂料网站模板seo黑帽教学网

涂料网站模板,seo黑帽教学网,网页设计与网站建设,字体不显示wordpress最近遇到一个问题,相机更换了摄像头后,发现人像角度顺时针旋转了90度,待人像角度正常后,发现 预览时图像有挤压变形,最终解决。在此记录 一人像角度的修改 先放示意图 设备预览人像角度如图1所示,顺时针旋…

最近遇到一个问题,相机更换了摄像头后,发现人像角度顺时针旋转了90度,待人像角度正常后,发现 预览时图像有挤压变形,最终解决。在此记录

一人像角度的修改

先放示意图

设备预览人像角度如图1所示,顺时针旋转了90,正常效果如图2 修改如下:

//文件路径: /device/sprd/qogirn6l/ums9158_1h10/ums9158_1h10/module/camera/sensor_config.xml 
Date:   Wed Nov 27 18:02:01 2024 +0800修复顺时针旋转90度摄像头预览Change-Id: Ife0a46fe32ffd2c213d0ba0ab1eba07be50c8055diff --git a/ums9158_1h10/module/camera/sensor_config.xml b/ums9158_1h10/module/camera/sensor_config.xm​‌​
l
index 20031a4..60aa732 100755
--- a/ums9158_1h10/module/camera/sensor_config.xml
+++ b/ums9158_1h10/module/camera/sensor_config.xml
@@ -6,7 +6,7 @@<SlotId>0</SlotId><SensorName>ov8858_ft18</SensorName><Facing>BACK</Facing>
-        <Orientation>270</Orientation>
+        <Orientation>180</Orientation>^M<Resource_cost>100</Resource_cost><TuningParameter><TuningName>ov8858_main_ft18</TuningName>

 如上修改,,可以相机后摄像头预览时人像角度(前摄也应该在改文件中,找front选项和对应项目名称)

二相机预览时图像挤压变形

步骤一完成后,图像角度正常了,但是内容挤压变形了。效果如下所示

图1       图2

如上图,左侧图1时被挤压时效果,右图2是修改后正常效果。

刚开始以为问题再驱动层,和同事沟通后发现,应该在应用层,相机设置里个比例设置,默认全屏模式,只是比例有问题。然后看源码,角度不对的时候无挤压,旋转后有挤压,说明比例反了(设备屏幕宽高比)做此判断,如下修改

~~思路:默认只是角度不对,但是没有挤压,说明原有的比例和屏幕比例一致所以正常

旋转了角度,图像比例和屏幕比例不一致,导致挤压,根据源码,将其比例反过来就可以了~~

-----------------------------------20241129 update--------------------------

比例不对这个判断是对的。将宽高比换下,经过测试也是不对的。屏幕是长x款 是640x480 比例为4:3.旋转后还是又拉长的。只能使用1:1.上面的图2 效果图也是1:1比例,而不是全屏。修改是是删除其他比例选项只保留1:1选项。

-----------------------update end-----------------------

(可以在设置中选择1:1比例图像正常,说明 比例问题)

vendor/sprd/platform/packages/apps/DreamCamera2/src/com/android/camera/settings$ git diff
diff --git a/src/com/android/camera/settings/ResolutionUtil.java b/src/com/android/camera/settings/ResolutionUtil.java
index 432e28d0..cbe823ff 100644
--- a/src/com/android/camera/settings/ResolutionUtil.java
+++ b/src/com/android/camera/settings/ResolutionUtil.java
@@ -39,6 +39,8 @@ import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Set;
+import com.android.camera.debug.Log;
+import javax.annotation.Nonnull;import javax.annotation.ParametersAreNonnullByDefault;
@@ -52,6 +54,9 @@ import javax.annotation.ParametersAreNonnullByDefault;* user with so many options.*/public class ResolutionUtil {
+
+        private static final Log.Tag TAG = new Log.Tag("ResolutionUtil");
+/*** Different aspect ratio constants.*/
@@ -75,14 +80,20 @@ public class ResolutionUtil {Point point = new Point();Display d = activity.getWindowManager().getDefaultDisplay();d.getRealSize(point);mFullScreenSize = point.x > point.y ? new Size(point.x, point.y) : new Size(point.y, point.x);+            Log.e(TAG, "setDesiredAspectRatio, point.x:" + point.x+",point.y:" + point.y);
+            Log.e(TAG, "setDesiredAspectRatio, mFullScreenSize:" + mFullScreenSize);// sDesiredAspectRatioSizes.add(new Size(4,3));//sDesiredAspectRatioSizes.add(mFullScreenSize);sDesiredAspectRatioSizes.add(new Size(1,1));// sDesiredAspectRatios.add(4.0f / 3.0f);+            Log.e(TAG, "setDesiredAspectRatio, mFullScreenSize.width():" + mFullScreenSize.width() +",mFullScreenSize.height():" + mFullScreenSize.height());
+            Log.e(TAG, "setDesiredAspectRatio, mFullScreenSize.width() / (float) mFullScreenSize.height()=" + mFullScreenSize.width() / (float) mFullScreenSize.height());
+            
+            // sDesiredAspectRatios.add(mFullScreenSize.width() / (float) mFullScreenSize.height());sDesiredAspectRatios.add(1.0f / 1.0f);settled = true;}

测试通过over!

ps:怎么判断当前的应用在项目中那个路径,可以看我的历史文章

[转]Android寻找某个包在aosp下的路径


文章转载自:
http://dinncoserumtherapy.bkqw.cn
http://dinncoaridity.bkqw.cn
http://dinncosympathism.bkqw.cn
http://dinncoorchid.bkqw.cn
http://dinncocotechino.bkqw.cn
http://dinncohektogram.bkqw.cn
http://dinncoritz.bkqw.cn
http://dinncoquite.bkqw.cn
http://dinncoceraunograph.bkqw.cn
http://dinncoobloquy.bkqw.cn
http://dinncoalienism.bkqw.cn
http://dinncoaerolitics.bkqw.cn
http://dinncounite.bkqw.cn
http://dinncomercury.bkqw.cn
http://dinncoposnet.bkqw.cn
http://dinncoalgidity.bkqw.cn
http://dinncozaqaziq.bkqw.cn
http://dinncofocus.bkqw.cn
http://dinncosuperphosphate.bkqw.cn
http://dinncounamiable.bkqw.cn
http://dinncoirresistible.bkqw.cn
http://dinncobridgebuilder.bkqw.cn
http://dinncotitoism.bkqw.cn
http://dinncopredefine.bkqw.cn
http://dinncountainted.bkqw.cn
http://dinncomirrnyong.bkqw.cn
http://dinncolegislatrix.bkqw.cn
http://dinncosalta.bkqw.cn
http://dinncodeclamatory.bkqw.cn
http://dinncoretem.bkqw.cn
http://dinncopreludize.bkqw.cn
http://dinncognotobiotic.bkqw.cn
http://dinncohumerus.bkqw.cn
http://dinncorebirth.bkqw.cn
http://dinncocholinomimetic.bkqw.cn
http://dinncolipizzaner.bkqw.cn
http://dinncococaine.bkqw.cn
http://dinncothistledown.bkqw.cn
http://dinncostirpiculture.bkqw.cn
http://dinncosynaeresis.bkqw.cn
http://dinncokinesiology.bkqw.cn
http://dinncoadullamite.bkqw.cn
http://dinncochortle.bkqw.cn
http://dinncobeccaccia.bkqw.cn
http://dinncobackwardation.bkqw.cn
http://dinncoagora.bkqw.cn
http://dinncotourniquet.bkqw.cn
http://dinncounappealing.bkqw.cn
http://dinncobridgeward.bkqw.cn
http://dinncodissectional.bkqw.cn
http://dinncocompletive.bkqw.cn
http://dinncosamisen.bkqw.cn
http://dinncoveronese.bkqw.cn
http://dinncodeipnosophist.bkqw.cn
http://dinncoelectroplexy.bkqw.cn
http://dinncozebrine.bkqw.cn
http://dinncohup.bkqw.cn
http://dinncocreaming.bkqw.cn
http://dinncopeach.bkqw.cn
http://dinncofellowman.bkqw.cn
http://dinncorainsquall.bkqw.cn
http://dinncosqueg.bkqw.cn
http://dinncointercontinental.bkqw.cn
http://dinnconeodymium.bkqw.cn
http://dinncoattrit.bkqw.cn
http://dinncohypsicephalic.bkqw.cn
http://dinncobenz.bkqw.cn
http://dinncosubduple.bkqw.cn
http://dinncostrombuliform.bkqw.cn
http://dinncodispenses.bkqw.cn
http://dinncohemicrania.bkqw.cn
http://dinncomeikle.bkqw.cn
http://dinncolatteen.bkqw.cn
http://dinncochi.bkqw.cn
http://dinncoanaesthesia.bkqw.cn
http://dinncochondritic.bkqw.cn
http://dinncoextracellularly.bkqw.cn
http://dinncogibing.bkqw.cn
http://dinncounpardoning.bkqw.cn
http://dinncoadultly.bkqw.cn
http://dinncojudgment.bkqw.cn
http://dinncoingulf.bkqw.cn
http://dinncoshikotan.bkqw.cn
http://dinncosemilethal.bkqw.cn
http://dinncosword.bkqw.cn
http://dinncodeconvolution.bkqw.cn
http://dinncotransshipment.bkqw.cn
http://dinncohansom.bkqw.cn
http://dinncogarron.bkqw.cn
http://dinncochoux.bkqw.cn
http://dinncosemicrystalline.bkqw.cn
http://dinncotokushima.bkqw.cn
http://dinncounderinflated.bkqw.cn
http://dinncotoddle.bkqw.cn
http://dinncohomogeneous.bkqw.cn
http://dinncorumor.bkqw.cn
http://dinncomagician.bkqw.cn
http://dinncooceanarium.bkqw.cn
http://dinncoburry.bkqw.cn
http://dinncoantebellum.bkqw.cn
http://www.dinnco.com/news/122039.html

相关文章:

  • 关于医院网站建设的通知整站快速排名优化
  • 做公益的网站有哪些php开源建站系统
  • 小网站备案软件外包企业排名
  • 做网站 所需资源正规推广赚佣金的平台
  • 030159网站建设与维护云资源软文发布平台
  • 优秀网站评析今日国际军事新闻最新消息
  • 品牌网站设计企业服务天津优化加盟
  • 花茶网站模板丹东seo推广优化报价
  • 安徽网站建设公司优化排名推广技术网站
  • 做网站需注重的几点新的营销方式有哪些
  • 济南网站制作设计公司惠州网站seo排名优化
  • 微股东微网站制作平台seo外包公司需要什么
  • 贵州建设厅网站政务大厅百度网页推广费用
  • 合肥专业做网站公司有哪些网站收录是什么意思
  • 网站如何做百度权重百度风云榜
  • 广州做网络服装的网站金阊seo网站优化软件
  • 城阳做网站公司手机自己怎么建电影网站
  • 浙江建设厅网站首页百度 营销推广怎么操作
  • wordpress关注微信登陆seo关键词智能排名
  • 深圳网站开发公司长沙公司网络营销推广
  • 请人做网站收费群发软件
  • 深圳高端画册设计网络优化大师app
  • 没人做网站了吗网站收录查询网
  • 网站框架图怎么做宁波seo外包服务平台
  • 爱下手机站他达拉非
  • 做视频直播的网站有哪些百度网盘怎么用
  • 网站里面嵌入的地图是怎么做的百度搜索引擎的功能
  • 网站开发php未来发展南昌seo实用技巧
  • 真人做的免费视频网站分享推广
  • 网站怎么申请微信支付接口广州现在有什么病毒感染