# beauty_cam **Repository Path**: shangxi888/beauty_cam ## Basic Information - **Project Name**: beauty_cam - **Description**: 美颜相机插件 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-22 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # beauty_cam ### [中文](./CHINESE.md) # flutter beauty camera # # Current function: * Switch Beauty * take pictures * Make a video * Switch lenses * Set the save path * Add filter ## Usage * need to apply in advance and open the required permissions camera and storage. * Allow users to customize filters (non-programmers can also customize filters, and filters can be updated online) * Filter editing can be found in the document [Filter Editing Rules](https://github.com/wysaid/android-gpuimage-plus/wiki/Parsing-String-Rule-(ZH)) ### This project is based on the open source Git Hub project * [android-gpuimage-plus](https://github.com/wysaid/android-gpuimage-plus) * [ios-gpuimage-plus](https://github.com/wysaid/ios-gpuimage-plus) ### The edited filter [filter](./FILTER.md) ```markdown Open beauty: cameraFlutterPluginDemo? .enableBeauty(true); Set the beauty level (0 ~ 1): cameraFlutterPluginDemo? .setBeautyLevel(1); Take photos: cameraFlutterPluginDemo? .takePicture(); Start shooting video: cameraFlutterPluginDemo? .takeVideo(); End shooting video: cameraFlutterPluginDemo? .stopVideo(); Switch shots: cameraFlutterPluginDemo? .switchCamera(); Set LoadImageResource(Stored in the Caches directory by default): cameraFlutterPluginDemo?.setLoadImageResource(); Set OuPutFilePath: cameraFlutterPluginDemo?.setOuPutFilePath(); Add filter: cameraFlutterPluginDemo?. addFilter("@adjust saturation 0 @adjust level 0 0.83921 0.8772"); ``` ![beauty1.jpg](Doc%2Fbeauty1.jpg) ![beauty2.jpg](Doc%2Fbeauty2.jpg) [beauty.mp4](Doc%2Fbeauty.mp4) * If you find it useful, please give me a star or a tip, your motivation will make me more motivated!! * ![img.png](Doc%2Fimg.png)