Flutter: How to open Camera for both image and video - flutter

I want to open the camera, and then either a photo or a video. I don't want to have to specify whether I will be taking a photo or video before the camera opens.
Are there any packages that allow me to do this?

Try to use this package :
flutter_better_camera

Related

photo and video camera with flutter

I want use phone camera for tacking photo or videos.
I know how to open just Photo camera, and just Video camera, but i don't know how to launch
both in the same time.if I can switch between them also.

How can I capture panorama image in flutter?

When I open camera in flutter it only opens with option of simple image capture but I to need to open camera with option of panorama and then save it.
I was expecting to open camera in flutter with all options of camera in device but it only gives option to capture simple images

Flutter display logo over camera preview and capture

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.
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

Is it possible to add caption to an image using phonegap?

I'm trying to understand if phonegap can be used for local image manipulation. I'm looking to add a caption to an image from the camera roll and save the modified copy back in the camera roll. For example I might have a picture of a cat in phone. I want to open it, add some lolcats style text and save the modified copy in the camera roll.
Is it possible to achieve this in phonegap?
Thanks
You can use HTML5 Canvas to update the images and save it locally in your application space. However saving the image to the phone album is not straight forward. You may need to look at the below post to get the proper solution.
How Can I Save An Image To An iPhone Photo Gallery Using PhoneGap?
This post will help you open the album image to canvas
CameraRoll image to canvas using Phonegap

Open Camera, now add UIImage from Saved Phot Albums or Photo Liberary

I am currently working on interior Decoration Iphone Application, That needs Camera. So when camera is open I want to get UIImage from SavedPhotoAlbums/Photo Library, then want to show it on Camera while Camera is Still open in Background... Any Suggestion and Help. Thanks
You can nOt Open Photo Library while Camera is open, Because Camera + Photo Album/Library comes under Class UIImagePicker. So if one is already running you cannot open another.
If you want to do That?
den
Save Objects that are already there on Camera with Their Frame and Close Camera.
Then
Open Photo Album/Library, Pick an Image from Library, Open Camera again and show Saved Objects + Selected Image on Camera.
any Query or Suggestion? You are Welcome