You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2014/08/29 14:10:53 UTC

[jira] [Updated] (CB-7429) Media-capture plugin is not working on WP8.1 since native API change

     [ https://issues.apache.org/jira/browse/CB-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov updated CB-7429:
---------------------------------

    Description: 
{{captureImage()}} and {{captureVideo()}} methods won't work on WP8.1 since API change.
these methods use Windows.Media.Capture.CameraCaptureUI() class for acquiring camera picture, which is unavailable on WP8.1. Possible solution is to use MediaCapture class. Also it will require to implement custom camera interface.

> Media-capture plugin is not working on WP8.1 since native API change
> --------------------------------------------------------------------
>
>                 Key: CB-7429
>                 URL: https://issues.apache.org/jira/browse/CB-7429
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media Capture
>         Environment: WP8.1 device/emulator
>            Reporter: Vladimir Kotikov
>
> {{captureImage()}} and {{captureVideo()}} methods won't work on WP8.1 since API change.
> these methods use Windows.Media.Capture.CameraCaptureUI() class for acquiring camera picture, which is unavailable on WP8.1. Possible solution is to use MediaCapture class. Also it will require to implement custom camera interface.



--
This message was sent by Atlassian JIRA
(v6.2#6252)