beauty_cam 1.0.5 beauty_cam: ^1.0.5 copied to clipboard
beauty_cam is a plugin that allows you to set beauty and filters, and it supports remote download of filters as well as custom filters(是一个可以设置美颜和滤镜的插件,它支持远程下载滤镜以及自定义滤镜)
beauty_cam #
中文 #
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
This project is based on the open source Git Hub project #
The edited filter #
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");
- If you find it useful, please give me a star or a tip, your motivation will make me more motivated!!