[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-06-06 Thread darylldawn
Github user darylldawn commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 @maxpaj works perfectly! thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-06-06 Thread maxpaj
Github user maxpaj commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Check out my branch here: https://github.com/maxpaj/cordova-plugin-media-capture --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-06-06 Thread darylldawn
Github user darylldawn commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Hi, is this already merged? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-01-29 Thread maxpaj
Github user maxpaj commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Niiice, thanks man! I'll make the changes and make the PR. I'll tag you in the new PR. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-01-29 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 You can read there that there are 3 different pull requests to add quality and all of them want to do it in a different way. We voted and decided that the quality should be

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-01-29 Thread maxpaj
Github user maxpaj commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 @jcesarmobile: Nice one! Latest activity on that thread was in August though - is there anything I can do as a single user to affect the priority of this task? --- If your

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-01-28 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 I started a discussion on the developer list about the quality

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2017-01-28 Thread maxpaj
Github user maxpaj commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Any update on this? When will it be merged? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-11-13 Thread gkrizek
Github user gkrizek commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 @rthomasclearwave I just cloned the repo and made the change myself --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-11-07 Thread rthomasclearwave
Github user rthomasclearwave commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 I'm running into the same quality issue. Will this be updated? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-11-04 Thread junhui75165
Github user junhui75165 commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 请问怎么默认调取前置摄像头 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-10-09 Thread gkrizek
Github user gkrizek commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Will this be merged? On iOS I can only record video in really low quality. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-31 Thread ryanwilliams83
Github user ryanwilliams83 commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Thanks for your feedback. What if we went with 0=low, 1=medium, 2=high with a default of 1? This is compatible with the Android implementation and still allows you

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-31 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 If you talk about the quality on the android implementation of the plugin, it only has the values 0 and 1 because the android component used only allows those two values

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-31 Thread nleclerc
Github user nleclerc commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 If i may, i think that default behavior not being one of the explicit choices available is a bad idea. It doesn't allow you to proof your code against default behavior

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 If you do what I said you won't change the behavoiur, if there is no quality passed, then you use medium quality, that is how it works now. If you pass quality option

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-29 Thread ryanwilliams83
Github user ryanwilliams83 commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 UIImagePickerControllerQualityTypeMedium is the default value of the UIImagePickerController.videoQuality property and what is used in the current version of this plugin.

[GitHub] cordova-plugin-media-capture issue #65: CB-10180: (iOS) implement the 'quali...

2016-07-28 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/65 Why do you use medium quality for value 0? shouldn't you use Low? I think you should use: 0 - low 1 - high no quality passed - medium (default) --- If