Giter Site home page Giter Site logo

Comments (36)

gerhardcit avatar gerhardcit commented on April 27, 2024 20

Any change that someone in the ionic-team working on capacitor plugin gives us the what to expect for Video capturing.
Sometimes is as important to know what is NOT working as oppose to what can be done with a plugin.
There seems to be countless requests and questions about it, but nothing coming from the ionic team indicating that we can or not expect video capturing to work at any time soon.
You keep selling capacitor as the be-all for hybrid apps, but you are not clear about the short comings.
This result in endless hours for developers trying to figure out how to get around it.

To date I cannot find a clear answer from Ionic-team or from capawesome-team about weather video capturing is actually been done for Android and iOS. And if not, tell us that we need to do it ourselves. But you need to be clear on what does NOT work as well.

from capacitor-plugins.

BorntraegerMarc avatar BorntraegerMarc commented on April 27, 2024 15

I'd vote for an additional option CameraMediaType.PhotoAndVideo

The camera can both take pics + record video. Why not let the user choose in the camera app what to do? Messaging apps like WhatsApp, etc. do this...

from capacitor-plugins.

ryan-bunkr avatar ryan-bunkr commented on April 27, 2024 15

This is also forcing us to use barely maintained community packages instead of the official plugin. I'm sure there are tons of priorities to work on, but this would be a huge win for the Capacitor ecosystem.

from capacitor-plugins.

aladin-bilalagic avatar aladin-bilalagic commented on April 27, 2024 10

In my opinion the only correct thing to do for our projects is to either start thinking of migration or write a plugin for this.
It's been almost 3 years since the issue is open, not saying that Ionic team has to do it, it's OSS, but I believe that this is core feature that any serious framework should provide, at least if they hope to attain any paid or enterprise customers.

from capacitor-plugins.

josuelmm avatar josuelmm commented on April 27, 2024 9

Any update?

from capacitor-plugins.

joeldhenry avatar joeldhenry commented on April 27, 2024 8

thanks @ibrahimAboelsuod although the reason I swapped to capacitor was to avoid all these depreciated community managed plugins :D

from capacitor-plugins.

sdsoldi avatar sdsoldi commented on April 27, 2024 8

Some plugin or workaround to record video? I'm confused why an official plugin only takes photos...

from capacitor-plugins.

josuelmm avatar josuelmm commented on April 27, 2024 8

Unanswered

from capacitor-plugins.

ibrahimAboelsuod avatar ibrahimAboelsuod commented on April 27, 2024 7

Any ETA for this?

from capacitor-plugins.

ssnielsen avatar ssnielsen commented on April 27, 2024 7

If it makes a difference, I'd also like to join the crowd asking for this. We, too, are relying on older, barely maintained, community packages.

from capacitor-plugins.

jorgsiegel avatar jorgsiegel commented on April 27, 2024 7

Looking forward to this feature. Any progress or plans?

from capacitor-plugins.

fryiee avatar fryiee commented on April 27, 2024 7

We are also interested in the status of this feature.

from capacitor-plugins.

Saqib92 avatar Saqib92 commented on April 27, 2024 7

Big News: https://github.com/capawesome-team/capacitor-file-picker as of a few days ago now supports video, images, and files. We are in the process of migrating our code to this plugin now and having great success so far. Big thanks to @robingenz and his team for this win

CC: @fryiee , @ssnielsen, @aladinbilalagic, @jorgsiegel, @Saqib92, @joeldhenry, @skotturi, @diachedelic

this plugin is to pick files not Recording. This thread is for Recording Video.

from capacitor-plugins.

rinturaj avatar rinturaj commented on April 27, 2024 6

Any update on this feature

from capacitor-plugins.

AdlerJS avatar AdlerJS commented on April 27, 2024 6

Big News: https://github.com/capawesome-team/capacitor-file-picker as of a few days ago now supports video, images, and files. We are in the process of migrating our code to this plugin now and having great success so far. Big thanks to @robingenz and his team for this win

CC: @fryiee , @ssnielsen, @aladinbilalagic, @jorgsiegel, @Saqib92, @joeldhenry, @skotturi, @diachedelic

from capacitor-plugins.

diachedelic avatar diachedelic commented on April 27, 2024 5

Does the proposed API seem sane? We were thinking of developing this and submitting a PR.

from capacitor-plugins.

ciccilleju avatar ciccilleju commented on April 27, 2024 5

I'd vote for an additional option CameraMediaType.PhotoAndVideo

The camera can both take pics + record video. Why not let the user choose in the camera app what to do? Messaging apps like WhatsApp, etc. do this...

I totally agree with one of the above solutions, it would be super:
before capacitor 3.0 i'b been using camera-plugin to get both pictures and videos, but now, using capacitor 3.0's camera plugin i'm not able to do it anymore.
I've tried the media capture plugin but seems pretty broken with android: I can record the video but I cant access the file from the gallery, so I can't play or share it.

Thanks :)

from capacitor-plugins.

santekotturi avatar santekotturi commented on April 27, 2024 5

Just saw a bunch of updated for v4 of the capacitor plugins (is that entreprise only?) but sadly no mention of video support. I think this is going to force me to react native...

https://github.com/ionic-team/capacitor-plugins/releases

from capacitor-plugins.

NeptuniusDexter avatar NeptuniusDexter commented on April 27, 2024 5

I am relatively new to Capacitor and have been using it to add native support and functionality to our Quasar/Vue app. So far it has been a dream implementing and using, specifically in this instance the camera plugin works great. But the fact that no video recording is supported is a huge let down, as our use case actually regularly includes needing to upload videos. I just wanted to add my voice in saying that this will be an amazing addition to capacitor and I will be monitoring to see if there is any update on this matter. Unfortunately I lack the experience to try and write a plugin for this myself.

from capacitor-plugins.

Saqib92 avatar Saqib92 commented on April 27, 2024 4

any update?

from capacitor-plugins.

joeldhenry avatar joeldhenry commented on April 27, 2024 3

now that v4 is out, should this be re-evaluated?

from capacitor-plugins.

aladinbilalagic avatar aladinbilalagic commented on April 27, 2024 3

Can we just get any info about this? Is this in plans or anything?

from capacitor-plugins.

ultrasites avatar ultrasites commented on April 27, 2024 3

I'm agree with the statements above. The video support would be wonderful, maybe in version 6?

from capacitor-plugins.

gerhardcit avatar gerhardcit commented on April 27, 2024 3

Any change that someone in the ionic-team working on capacitor plugin gives us the what to expect for Video capturing. Sometimes is as important to know what is NOT working as oppose to what can be done with a plugin. There seems to be countless requests and questions about it, but nothing coming from the ionic team indicating that we can or not expect video capturing to work at any time soon. You keep selling capacitor as the be-all for hybrid apps, but you are not clear about the short comings. This result in endless hours for developers trying to figure out how to get around it.

To date I cannot find a clear answer from Ionic-team or from capawesome-team about weather video capturing is actually been done for Android and iOS. And if not, tell us that we need to do it ourselves. But you need to be clear on what does NOT work as well.

Still no real answer from Ionic team or indication of plans etc. I hate it when companies tell you how "Awesome" they are, but then it fizzles out when small things don't work. Just basically annoying.

from capacitor-plugins.

Bauss9 avatar Bauss9 commented on April 27, 2024 3

At this point, anyone with enough experience to come help me release a plugin? I have the plugin complete in Swift I inked it to CAP and I can open it through an ionic app and record a video. I only have a small issue of not being able or not enough knowledge on how to actually pass the video url from the cap plugin to ionic, if we do this, the world is our oyster.

Hit me up!

from capacitor-plugins.

ibrahimAboelsuod avatar ibrahimAboelsuod commented on April 27, 2024 2

another shortcoming of capacitor compared to cordova. i need this to migrate across

FYI you can use the legacy cordova plugin until they fix that. It's not the cleanest but it works.

from capacitor-plugins.

jcesarmobile avatar jcesarmobile commented on April 27, 2024

Issues tagged with feature request are closed but tracked for reactions to gauge interest.

from capacitor-plugins.

joeldhenry avatar joeldhenry commented on April 27, 2024

another shortcoming of capacitor compared to cordova. i need this to migrate across

from capacitor-plugins.

ysneo avatar ysneo commented on April 27, 2024

any update? video support please;

can choose video and capture video

from capacitor-plugins.

ossmalpha avatar ossmalpha commented on April 27, 2024

Surprised this is not yet supported OOTB. Any updates on this?

from capacitor-plugins.

qliqdev avatar qliqdev commented on April 27, 2024

tried to add some filters in

configuration.filter = .images

like

configuration.filter = .any(of: [.images, .videos]) 

videos become able to pick

but after picking catching error

[AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:1991 (
	0   AXRuntime                           0x00000001f43557f0 _AXGetPortFromCache + 932
	1   AXRuntime                           0x00000001f43579a4 AXUIElementPerformFencedActionWithValue + 772
	2   UIKit                               0x000000025100dae8 2FB1F859-1BC4-30B2-B751-1BC0A9B31400 + 785128
	3   libdispatch.dylib                   0x0000000101df053c _dispatch_call_block_and_release + 32
	4   libdispatch.dylib                   0x0000000101df1ff0 _dispatch_client_callout + 20
	5   libdispatch.dylib                   0x0000000101dfa0a0 _dispatch_lane_serial_drain + 988
	6   libdispatch.dylib                   0x0000000101dfadc8 _dispatch_lane_invoke + 420
	7   libdispatch.dylib                   0x0000000101e07cac _dispatch_workloop_worker_thread + 740
	8   libsystem_pthread.dylib             0x000000021863cdf8 _pthread_wqthread + 288
	9   libsystem_pthread.dylib             0x000000021863cb98 start_wqthread + 8
)

from capacitor-plugins.

druinha avatar druinha commented on April 27, 2024

We have an app that is working with the capacitor camera, now we want to record and upload videos aswell.
We couldn't find anything that works in ionic or capacitor and we tried with awesome-cordova media-capture, we made it work, we can record the video, we can display the video... but we can't upload it, also when we install the cordova plugin, it breaks the upload from the app, but not from the web.

from capacitor-plugins.

Saqib92 avatar Saqib92 commented on April 27, 2024

At this point, anyone with enough experience to come help me release a plugin? I have the plugin complete in Swift I inked it to CAP and I can open it through an ionic app and record a video. I only have a small issue of not being able or not enough knowledge on how to actually pass the video url from the cap plugin to ionic, if we do this, the world is our oyster.

Hit me up!

Sharing a GitHub repo would be a better way to get help.

from capacitor-plugins.

diachedelic avatar diachedelic commented on April 27, 2024

@Bauss9 , here is a link to the video plugin I wrote. I do not have to time to publish it as a package or offer support, but you are welcome to use the code however you like. https://gist.github.com/diachedelic/3e1365c2a59968dac29e60ada6c122df

from capacitor-plugins.

drakedeatonuk avatar drakedeatonuk commented on April 27, 2024

@diachedelic could you comment on the performance of your plugin? How does it compare to the <input capture> approach you mentioned using?

from capacitor-plugins.

diachedelic avatar diachedelic commented on April 27, 2024

@drakedeatonuk It uses <input capture> for web and Android platforms (capacitor-blob-writer saves the files to disk efficiently) , but has a native implementation in iOS because of serious WebKit bugs. It performs well and I've never looked back.

from capacitor-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.