photo and video camera with flutter - 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.

Related

Flutter: How to open Camera for both image and video

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

Open chrome book default video player programmatically

I want to open the video player from my application to play a video. The video is selected by my application.
Is there any way to do this?

How to stop the camera movie player stop playing the captured video after selecting to use it?

Hi this is what I am trying to do:
open Camera
capture a new video
use it
create a MPMoviePlayerController to get the thumbnail and duration of the selected video.
All the above steps work FINE if I don't play the new video after capturing it in the Camera, however as soon as I play the video in the camera movie player, and while the video is being played then I click on 'Use' button, it will crash my app in the area of where I try to create a MPMoviePlayerController to get the thumbnail and duration of the selected video. I believe you cannot have more than 1 instance of movie player running.
Anyone got any idea how to fix this?

Open iPhone Camera Roll app programmatically

There are plenty of tutorials on how to access the camera roll with a picker view, but what about closing the app, and loading the camera roll, ie. leaving the app altogether to access the camera roll.
Is this possible to do?

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