# SimpleScreenRecord **Repository Path**: cmyUncle/SimpleScreenRecord ## Basic Information - **Project Name**: SimpleScreenRecord - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleScreenRecord Simple Screen Record for Android (os version<4.4, need root) use JavaCV and FrameBuffer to record screen notice: 在生成apk之前,先add Native Support,并在CDT中build一次。 problem: 1.quite slow, and the rate of frame isn't stable, so need optimizing. 2.JavaCV has so many *.so library, and some of them aren't used in the project, which takes quite large space.