Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
952 stars 241 forks source link

Vidéo support #19

Closed aytunch closed 1 year ago

aytunch commented 4 years ago

Proposal

Describe your new feature Video support: are there any work in a pr for this? By the way thanks for this great package. I wish it was an official package by Flutter but I guess they don't have time for camera. I am glad you guys help us here.

g-apparence commented 4 years ago

Thank you for your encouragement! That means a lot! The Video feature is planned. Just need time and some people calling for it.

Can I rename this issue simply Video support? Or is this anything else?

aytunch commented 4 years ago

@g-apparence Yes you can rename it:) I hope more people can show their interest on video support here and in twitter pretty soon.

jtkeyva commented 3 years ago

+1 on video support! the no need to init is a great touch too!

gabdsg commented 3 years ago

+1 for video support

danielwalczak commented 3 years ago

Yeah would be great to have support for video, but in the way that user could decide if he wants to shoot image/video. Most of the plugins api restrict usage to only one option at a time when are using camera which is not great UX.

AnselmMarie commented 3 years ago

+1 for video support

aytunch commented 3 years ago

@g-apparence Hi:) Is this similar to Video support? Isn't Video just an Image Stream? 👍 https://github.com/Apparence-io/camera_awesome/pull/23

g-apparence commented 3 years ago

Hi, @aytunch no image stream is only to make image pre processing like AI. (you could but ...) Video support will use Android/iOS recording options to create mp4 or other format.

aytunch commented 3 years ago

I understand, so image stream feature is useful for finding the face, overlaying with a widget, etc. Thanks for the clarification:) Can you roughly give an estimate on the Video feature? Is it on your near future plans? Take care

g-apparence commented 3 years ago

That's the next planned feature yes. We just have a big client release to work on before ;).

jamesdixon commented 3 years ago

@g-apparence exciting!

As everyone else has commented, fantastic work on this project. We hope to make some contributions as well. Cheers.

cheasonxie commented 3 years ago

+1 for video support

gabdsg commented 3 years ago

@g-apparence There is any update on this?

g-apparence commented 3 years ago

Yes, we are currently working on iOS video recording feature… :)

gabdsg commented 3 years ago

So excited, can't wait haha

istornz commented 3 years ago

Here is the video support for iOS 🎉 (Android will be coming next).

https://github.com/Apparence-io/camera_awesome/pull/52

istornz commented 3 years ago

iOS code has been rewrite to be more clear & improve performance in video mode (some bugs was fixed to) :) https://github.com/Apparence-io/camera_awesome/pull/59

billbull21 commented 3 years ago

so,, it's mean. video recorder isn't still available? because, i just have cloned this plugin and start the example. and then,, i got some error when try to record video. something like,, the MethodChannel has not defined yet.

please,, this plugin very great than camera flutter. i hope so much to this plugin.

g-apparence commented 3 years ago

The issue is still open because Istornz made it for iOS. Android is not ready yet. As we do this freely, we still needs time to do it.

billbull21 commented 3 years ago

The issue is still open because Istornz made it for iOS. Android is not ready yet. As we do this freely, we still needs time to do it.

okayy,,, thanks for your help. hope all goes well.

sgbasaraner commented 3 years ago

Is anyone actively working on the Android part of this feature?

jtmuller5 commented 3 years ago

Any idea when Android support will be available? This package works perfectly for running ML models on a live camera stream but not being able to record at the same time is kind of inconvenient.

g-apparence commented 3 years ago

@jtmuller5 Hi, sorry for late reply. I'm currently well busy on Pal / Apparence + a newborn and can't do it myself right now. But still, I've this is in my list of "when I have time". 🤞

aytunch commented 3 years ago

@g-apparence Congrats on the newborn :D

amatviishyn commented 3 years ago

any ideas on the video support feature? Or some planned date?

aytunch commented 2 years ago

@g-apparence Hi :) Is there an estimated date for when Android video support can be ready?

g-apparence commented 1 year ago

Video recording now is fully working on the 1.0.0

Hope you guys will love it.