2

I'm trying to show the logo over the camera preview. If the user click the capture button logo should be placed in the image. Thanks in advance.

Arul Kumar
  • 21
  • 1
  • 2

1 Answers1

0

You need to use FFmpeg package for the flutter or any alternative.

Refer https://github.com/tanersener/flutter-ffmpeg

Example: https://stackoverflow.com/a/59000723/5882307

OMi Shah
  • 5,768
  • 3
  • 25
  • 34