1 / 20
文档名称:

MTK平板电脑摄像头位置摆放说明.xlsx

格式:xlsx   页数:20页
下载后只包含 1 个 XLSX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

MTK平板电脑摄像头位置摆放说明.xlsx

上传人:yzhlya 2016/7/8 文件大小:0 KB

下载得到文件列表

MTK平板电脑摄像头位置摆放说明.xlsx

文档介绍

文档介绍:1. If your WVGA panel physical scan line is 480 and pixel is 800. Please modify FRAME_WIDTH and FRAME_HEIGHT in your LCM driver code ex: #define FRAME_WIDTH (800) #define FRAME_HEIGHT (480) 2. If you want to use portrait display as default, please modify MTK_LCM_PHYSICAL_ROTATION = 90 or 270 to match your orientation of Platform. ex: alps\mediatek\config\#Project\ MTK_LCM_PHYSICAL_ROTATION = 270 MTK_LCM_PHYSICAL_ROTATION = 90 3. If you want to use landscape display as default, please modify MTK_LCM_PHYSICAL_ROTATION =0 or 180 to match your orientation of Platform. ex: alps\mediatek\config\#Project\ MTK_LCM_PHYSICAL_ROTATION =0 MTK_LCM_PHYSICAL_ROTATION = 180 4. According to2 and 3, please don't modify system property to rotate display ex: alps\mediatek\config\#Project\ #=270 // please remove it (0,0) (0,480) (800,0) (800,480) (0, 0) (0, 48 0) (80 0,0 ) (80 0,4 80) (0, 0) (0, 48 0) (80 0,0 ) (80 0,4 80) (0,0) (0,480) (800,0) (800,480) (0,0) (0,480) (800,0) (800,480) 5. According to2 and 3, please calibrate your g- sensor and m- sensor as default display orientation. ex: If your orientation of default display is portrait, like below figure. Please calibrate G- Sensor and M- Sensor to0 under this condition. 6. Please porting below files to guarantee MTK_LCM_PHYSICAL_ROTATION config is work. It also works under Factory mode and Recovery mode. alps\mediatek\source\kernel\drivers\video\ alps\mediatek\source\kernel\drivers\video\ (0, 0) (0, 48 0) (80 0,0 ) (80 0,4 80) 1. If your WVGA panel physical scan line is 480 and pixel is 800. Please modify FRAME_WIDTH and FRAME_HEIGHT in your LCM driver code 2. If you want to use portrait display as default, please modify MTK_LCM_PHYSICAL_ROTATION = 90 or 270 to match your orientation of Platform. MTK_LCM_PHYSICAL_ROTATION = 90 3. If you want to use landscape display as default, please modify MTK_LCM_PHYSICAL_ROTATION =0 or 180 to match your orientation of P