Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
WP8.1 device/emulator
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.
Attachments
Issue Links
- relates to
-
CB-7378 Camera plugin is not working on WP8.1 since native API change
- Closed