[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-9442:


WP 8.1 is no longer supported. Closing this.

> Camera crashes multiple pictures taken wp8
> --
>
> Key: CB-9442
> URL: https://issues.apache.org/jira/browse/CB-9442
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 5.1.1
> Environment: Windows Phone 8.1
>Reporter: Elodie Corbel
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: Windows, triaged, wp8.1
>
> The camera and the app crash when I try to take pictures multiple times. It 
> tries to open up the camera but the camera stays black and we only see the 
> button to take pictures that doesn't work. If I wait few seconds, it closes 
> the camera and the app.
> It doesn't happen at a fixed number of times. Sometimes, the second time, 
> sometimes later but never the first. I have nothing in the log that indicates 
> this error, no exception.
> I call getPicture with this :
> {code:javascript}
> {
>   quality: 50,
>   destinationType: Camera.DestinationType.DATA_URL,
>   allowEdit: false,
>   saveToPhotoAlbum: false,
>   correctOrientation: false
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2016-02-26 Thread Raghav Katyal (JIRA)

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

Raghav Katyal commented on CB-9442:
---

I have tested this on a bunch of 8.1 devices but haven't been able to properly 
repro this. Looks like a one off case.

> Camera crashes multiple pictures taken wp8
> --
>
> Key: CB-9442
> URL: https://issues.apache.org/jira/browse/CB-9442
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 5.1.1
> Environment: Windows Phone 8.1
>Reporter: Elodie Corbel
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: Windows, triaged, wp8.1
>
> The camera and the app crash when I try to take pictures multiple times. It 
> tries to open up the camera but the camera stays black and we only see the 
> button to take pictures that doesn't work. If I wait few seconds, it closes 
> the camera and the app.
> It doesn't happen at a fixed number of times. Sometimes, the second time, 
> sometimes later but never the first. I have nothing in the log that indicates 
> this error, no exception.
> I call getPicture with this :
> {code:javascript}
> {
>   quality: 50,
>   destinationType: Camera.DestinationType.DATA_URL,
>   allowEdit: false,
>   saveToPhotoAlbum: false,
>   correctOrientation: false
> }
> {code}



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

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2016-01-15 Thread Davide (JIRA)

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

Davide commented on CB-9442:


This is happening on the latest firmware on a Nokia Lumia 520 running Lumia 
Cyan. I've been trying to debug this for the last couple of days. When this 
occurs the top right back end of the Nokia Lumia 520 is exceptionally warm 
making me believe that this issue might be related to overheating or a battery 
issue.

But I'm going to start to refuse any more work on this.



> Camera crashes multiple pictures taken wp8
> --
>
> Key: CB-9442
> URL: https://issues.apache.org/jira/browse/CB-9442
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 5.1.1
> Environment: Windows Phone 8.1
>Reporter: Elodie Corbel
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: Windows
>
> The camera and the app crash when I try to take pictures multiple times. It 
> tries to open up the camera but the camera stays black and we only see the 
> button to take pictures that doesn't work. If I wait few seconds, it closes 
> the camera and the app.
> It doesn't happen at a fixed number of times. Sometimes, the second time, 
> sometimes later but never the first. I have nothing in the log that indicates 
> this error, no exception.
> I call getPicture with this :
> {code:javascript}
> {
>   quality: 50,
>   destinationType: Camera.DestinationType.DATA_URL,
>   allowEdit: false,
>   saveToPhotoAlbum: false,
>   correctOrientation: false
> }
> {code}



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

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2015-08-04 Thread Elodie Corbel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14653255#comment-14653255
 ] 

Elodie Corbel commented on CB-9442:
---

The OS version is 8.10.14203.306. I have tested on a nokia 530 and it doesn't 
happen.

 Camera crashes multiple pictures taken wp8
 --

 Key: CB-9442
 URL: https://issues.apache.org/jira/browse/CB-9442
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Affects Versions: 5.1.1
 Environment: Windows Phone 8.1
Reporter: Elodie Corbel
Assignee: Jesse MacFadyen
Priority: Blocker
  Labels: Windows

 The camera and the app crash when I try to take pictures multiple times. It 
 tries to open up the camera but the camera stays black and we only see the 
 button to take pictures that doesn't work. If I wait few seconds, it closes 
 the camera and the app.
 It doesn't happen at a fixed number of times. Sometimes, the second time, 
 sometimes later but never the first. I have nothing in the log that indicates 
 this error, no exception.
 I call getPicture with this :
 {code:javascript}
 {
   quality: 50,
   destinationType: Camera.DestinationType.DATA_URL,
   allowEdit: false,
   saveToPhotoAlbum: false,
   correctOrientation: false
 }
 {code}



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

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2015-08-03 Thread Murat Sutunc (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652312#comment-14652312
 ] 

Murat Sutunc commented on CB-9442:
--

The leak shouldn't be happening on HTC 8X. What's your OS version? 

 Camera crashes multiple pictures taken wp8
 --

 Key: CB-9442
 URL: https://issues.apache.org/jira/browse/CB-9442
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, WP8
Affects Versions: 5.1.1
 Environment: Windows
Reporter: Elodie Corbel
Assignee: Jesse MacFadyen
Priority: Blocker

 The camera and the app crash when I try to take pictures multiple times. It 
 tries to open up the camera but the camera stays black and we only see the 
 button to take pictures that doesn't work. If I wait few seconds, it closes 
 the camera and the app.
 It doesn't happen at a fixed number of times. Sometimes, the second time, 
 sometimes later but never the first. I have nothing in the log that indicates 
 this error, no exception.
 I call getPicture with this :
 {code:javascript}
 {
   quality: 50,
   destinationType: Camera.DestinationType.DATA_URL,
   allowEdit: false,
   saveToPhotoAlbum: false,
   correctOrientation: false
 }
 {code}



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

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2015-08-03 Thread Murat Sutunc (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652139#comment-14652139
 ] 

Murat Sutunc commented on CB-9442:
--

If this is regarding Windows Phone 8.1, it's most likely the memory-leak issue. 
I've done a more detailed analysis on this last week. On some pre GDR2 Nokia 
phones, there's a memory leak on the onCapturePhotoToStorageFileAsync method. I 
recommend updating to a build  GDR2 and try again. 

Please let us know if this solves the problem.



 Camera crashes multiple pictures taken wp8
 --

 Key: CB-9442
 URL: https://issues.apache.org/jira/browse/CB-9442
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, WP8
Affects Versions: 5.1.1
 Environment: Windows
Reporter: Elodie Corbel
Assignee: Jesse MacFadyen
Priority: Blocker

 The camera and the app crash when I try to take pictures multiple times. It 
 tries to open up the camera but the camera stays black and we only see the 
 button to take pictures that doesn't work. If I wait few seconds, it closes 
 the camera and the app.
 It doesn't happen at a fixed number of times. Sometimes, the second time, 
 sometimes later but never the first. I have nothing in the log that indicates 
 this error, no exception.
 I call getPicture with this :
 {code:javascript}
 {
   quality: 50,
   destinationType: Camera.DestinationType.DATA_URL,
   allowEdit: false,
   saveToPhotoAlbum: false,
   correctOrientation: false
 }
 {code}



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

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