Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9199210585 for ; Mon, 23 Dec 2013 16:02:47 +0000 (UTC) Received: (qmail 77818 invoked by uid 500); 23 Dec 2013 16:02:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 77683 invoked by uid 500); 23 Dec 2013 16:01:54 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 77612 invoked by uid 99); 23 Dec 2013 16:01:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 16:01:50 +0000 Date: Mon, 23 Dec 2013 16:01:50 +0000 (UTC) From: "Matthew Keable (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5685) Video Capture Plugin Internal Error on Blackberry10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855705#comment-13855705 ] Matthew Keable commented on CB-5685: ------------------------------------ After finding a thread on the Blackberry support forums about problems with the Capture plugin, I tried a suggestion of adding: access_shared To config.xml. This appears to have resolved the problem. Would it be possible for you to automatically include this in the build script? > Video Capture Plugin Internal Error on Blackberry10 > --------------------------------------------------- > > Key: CB-5685 > URL: https://issues.apache.org/jira/browse/CB-5685 > Project: Apache Cordova > Issue Type: Bug > Components: BlackBerry, Plugin Media Capture > Environment: Blackberry10 > Reporter: Matthew Keable > Priority: Blocker > Labels: blackberry, capture, video > > In Cordova 3.3.1 with the latest versions of Media Capture and File plugins, calling the Video Capture plugin like this: > navigator.device.capture.captureVideo(onVideoCaptureSuccess, onVideoCaptureError, { > limit : 1, > duration : 3000 > }); > On a Blackberry Z10 running Blackberry 10.2.0.1791 with a project built against the Blackberry 10.2.0.15 NDK results in a CaptureError.CAPTURE_INTERNAL_ERR > Videos are being recorded because they can be found in the device video gallery, but it seems that the plugin does not receive them. -- This message was sent by Atlassian JIRA (v6.1.5#6160)