# gameplane **Repository Path**: annocx/gameplane ## Basic Information - **Project Name**: gameplane - **Description**: 打飞机游戏2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-06 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.module跨项目复用,单职能module持续维护; core:不依赖于具体业务的module; base-business:轻度关联业务的单职能module; bean:DTO类,需要进一步细分; sys:和系统相关的操作,需要进一步细分; http等:网络功能模块,需要进一步整理; jt808:808协议相关类; 2.功能子模块单独测试,自动化测试; 基础库地址:http://122.225.198.118:10023/smartdevices/common/android-core 3.摄像头 3.1.假设以前摄像头在正上方居中为初始方位(即0度),此时为竖屏,前摄像头所在边为y轴正向; 3.2.20231019时,本阶段前摄,默认相机预览的图像的方向为X轴负向,即270度,且屏幕中轴(此时的X轴)翻转180度,拍摄保存的图片为; 3.3.20231019嘉兴订单,设备安装方向为270度,前摄在左侧(横屏),前摄预览正向为90度(即基于Y轴正向为0度,顺时针旋转90度),故默认预览方向需旋转180(从270度修正至90度)