You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Justin Noel (JIRA)" <ji...@apache.org> on 2015/03/11 13:38:38 UTC

[jira] [Comment Edited] (CB-8542) long delay opening camera roll and initializing camera v 0.3.5

    [ https://issues.apache.org/jira/browse/CB-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356821#comment-14356821 ] 

Justin Noel edited comment on CB-8542 at 3/11/15 12:38 PM:
-----------------------------------------------------------

Experiencing same problem.  Takes 5 to 15 seconds for camera UI to load.  Frequently, it is a black screen with the focus box showing.  Sometimes after 10 more seconds, the image will appear.

Somewhat related : https://issues.apache.org/jira/browse/CB-7641

Cordova CLI : 4.3.0
Cordova iOS : 3.8.0
Cordova Camera Plugins : 0.3.5 and 0.3.6 (same problem in each)


was (Author: jnoel):
Experiencing same problem.  Takes 5 to 15 seconds for camera UI to load.  Frequently, it is a black screen with the focus box showing.  Sometimes after 10 more seconds, the image will appear.

Somewhat related : https://issues.apache.org/jira/browse/CB-8035

Cordova CLI : 4.3.0
Cordova iOS : 3.8.0
Cordova Camera Plugins : 0.3.5 and 0.3.6 (same problem in each)

> long delay opening camera roll and initializing camera v 0.3.5
> --------------------------------------------------------------
>
>                 Key: CB-8542
>                 URL: https://issues.apache.org/jira/browse/CB-8542
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 3.7.0
>         Environment: iOS 7.1.1 iPad Model MD522NF/A
>            Reporter: Eltjo Boersma
>
> I am using iOS platform version 3.7.0 and it came recently with an upgrade of the camera plugin 0.3.4 -> 0.3.5.
> With this version opening the camera roll takes more than 40 seconds.
> (On this test iPad there is only one camera roll with only 57 pictures.)
> Also using the camera shows a delay of more than 30 seconds to fully initialize. It starts out with a black screen but with the controls active. Also the focus square appears from time to time. Taking a picture when the screen is black yields a proper image and the screen is no longer black when doing retake.
> Also on iPhone 6 and iOS 8.1.3 there is a noticeable delay when opening the camera roll, but it is less pronounced.
> The delays are no longer present when I revert back to version 0.3.4.
> Here is how I call the api:
> Camera roll
> navigator.camera.getPicture(this.addDocumentDone, this.addDocumentFails, {
>                         quality: 50,
>                         sourceType: 0,
>                         destinationType: Camera.DestinationType.DATA_URL,
>                         allowEdit: true
> });
> Camera
> navigator.camera.getPicture(this.addDocumentDone, this.addDocumentFails, {
>                         quality: 50,
>                         sourceType: Camera.PictureSourceType.CAMERA,
>                         destinationType: Camera.DestinationType.DATA_URL,
>                         allowEdit: true,
>                         saveToPhotoAlbum: true,
>                         correctOrientation: true
> });
> Thanks for looking into this and best regards,
>   Eltjo



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org