beauty_cam 1.0.0 copy "beauty_cam: ^1.0.0" to clipboard
beauty_cam: ^1.0.0 copied to clipboard

beauty_cam.

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 #

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();

Add filter: 
cameraFlutterPluginDemo?. addFilter("@adjust saturation 0 @adjust level 0 0.83921 0.8772");

beauty1.jpeg beauty2.jpg beauty.mp4