[
https://issues.apache.org/jira/browse/CB-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Keable updated CB-5685:
-------------------------------
Description:
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.
was:
In Cordova 3.3.1 with the latest versions of Media Capture and File plugins,
calling the Video Capture
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.
> 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: 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.4#6159)