[
https://issues.apache.org/jira/browse/CB-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117167#comment-14117167
]
ASF GitHub Bot commented on CB-7429:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-plugin-media-capture/pull/25
CB-7429, CB-7440 Media-capture plugin is not working on WP8.1 since native
API change
This fixes https://issues.apache.org/jira/browse/CB-7429 and
https://issues.apache.org/jira/browse/CB-7440
* Adds custom UI for WP8.1
* capture* methods now resolved with proper MediaFile object
* files are captured to Appdata/local folder
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-media-capture
CB-7429
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-media-capture/pull/25.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #25
----
commit f20e297e785df493de73de83af239d86a0b18e4a
Author: Vladimir Kotikov <[email protected]>
Date: 2014-09-01T07:00:33Z
CB-7429 Adds media capture support for windows
* Custom UI for WP8.1
* capture* methods now resolved with proper MediaFile object
* files are captured to Appdata/local folder
commit 1adb73ae11b9f85cf9a7f44ffbe62793526c88ce
Author: Vladimir Kotikov <[email protected]>
Date: 2014-09-01T07:27:46Z
CB-7429 Move windows8 and windows Proxies into one file
* Adds missing capabilities to windows8
----
> 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.3.4#6332)