[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-06-05 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Description: I have been having very slow results with the CameraUI in flex. Initially, I was

Re: [jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-23 Thread Rami Tarabay
The error seems to be inside JPEGEncoder. My suggestion is to encode your BitmapData after you draw it. Find below my suggestion: bitmap.bitmapData.encode(new Rectangle(0,0,mpLoaderInfo.width,mpLoaderInfo.height), new flash.display.JPEGEncoderOptions(), ba); Rami Tarabay Mobile Developer |

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-23 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Attachment: ViewExistingRegistrationRequests.mxml CameraUI slow return to flex application

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-23 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Attachment: MobileData2.as _Super_MobileData2.as CameraUI slow return to

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-22 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Attachment: KPMMobileApplication-app.xml this is the config file CameraUI slow

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-15 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Description: I have been having very slow results with the CameraUI in flex. Initially, I was