How to use existing camera app(not create one using MediaCapture) and take picture in windows phone 8.1(WinRT)?

AbsoluteSith

I know how to implement a camera capture using a MediaCapture in windows phone 8.1. But the question is can't we just launch the existing camera app using a launchUriAsync() and get back the path of the file or the file itself in the form of an argument?

Example: Like when we try using a import and choose the photos app we have an option to take an image. Can't we use the existing camera app to do this? Should we really have to implement our own media capture with resolution etc?

Thanks.

Rob Caplan - MSFT

The app needs to use the MediaCapture API.

Windows Phone Runtime apps cannot directly launch the camera app to capture and return an image. There is no analogous API to CameraCaptureTask (Windows Phone Silverlight) or CameraCaptureUI (Windows Store apps).

can't we just launch the existing camera app using a launchUriAsync() and get back the path of the file or the file itself in the form of an argument?

In Windows 10 it would be possible for somebody to write a camera app service that provides this, but not in 8.1.

See the build session App-to-App Communication: Building a Web of Apps

Should we really have to implement our own media capture with resolution etc?

http://wpdev.uservoice.com is the place to request features for the Windows Dev Platform.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to use flash to take picture on custom camera?

From Dev

How to use flash to take picture on custom camera?

From Dev

Trying to use back camera followed by front camera c# mediacapture windows phone 8.1

From Dev

Take picture with Windows 10, WinRT

From Dev

how to create multiple table in SQLite using properties in windows phone 8

From Dev

Android using front facing camera to take a picture

From Dev

Take a photo in WPF using the default camera app in Windows 8

From Dev

Take a photo in WPF using the default camera app in Windows 8

From Dev

How to set maximum resolution with MediaCapture in windows phone 8.1?

From Dev

Windows (Phone) 8.1 Camera Use

From Dev

How to switch to Front Camera in Windows Phone 8.1 (WinRT/Jupiter)

From Dev

How To Use AVCaptureStillImageOutput To Take Picture

From Dev

How to create a Windows Phone 8 app package?

From Dev

How to Use ProgressRing in Windows Phone 8

From Dev

How to use Telegram API in Windows Phone 8?

From Dev

How to use WNS in windows Phone 8?

From Dev

How to use TargetNullValue in Windows Phone 8?

From Dev

How to use static library (windows phone 8)

From Dev

How to use Telegram API in Windows Phone 8?

From Dev

How can i set camera properties when using CameraPreviewImageSource from Lumia Imaging SDK with WinRT on Windows Phone 8.1

From Dev

Camera Capture Task in windows phone 8

From Dev

Windows Phone 8.1 app MediaCapture under exposed

From Dev

Use the windows phone 8.1 camera With Ionic Framework

From Dev

windows phone 8 - I want create chat using socket

From Dev

How to use the namespace "Windows.Globalization.Calendar" in Windows Phone 8

From Dev

How to get contact picture on Windows Phone 7

From Dev

Displaying camera preview using DirectX Texture2D causes oscillation on Windows Phone 8

From Dev

How do I create a bulleted list in Windows Phone 8?

From Dev

How to create a photo album folder in Windows Phone 8 Programmatically

Related Related

  1. 1

    How to use flash to take picture on custom camera?

  2. 2

    How to use flash to take picture on custom camera?

  3. 3

    Trying to use back camera followed by front camera c# mediacapture windows phone 8.1

  4. 4

    Take picture with Windows 10, WinRT

  5. 5

    how to create multiple table in SQLite using properties in windows phone 8

  6. 6

    Android using front facing camera to take a picture

  7. 7

    Take a photo in WPF using the default camera app in Windows 8

  8. 8

    Take a photo in WPF using the default camera app in Windows 8

  9. 9

    How to set maximum resolution with MediaCapture in windows phone 8.1?

  10. 10

    Windows (Phone) 8.1 Camera Use

  11. 11

    How to switch to Front Camera in Windows Phone 8.1 (WinRT/Jupiter)

  12. 12

    How To Use AVCaptureStillImageOutput To Take Picture

  13. 13

    How to create a Windows Phone 8 app package?

  14. 14

    How to Use ProgressRing in Windows Phone 8

  15. 15

    How to use Telegram API in Windows Phone 8?

  16. 16

    How to use WNS in windows Phone 8?

  17. 17

    How to use TargetNullValue in Windows Phone 8?

  18. 18

    How to use static library (windows phone 8)

  19. 19

    How to use Telegram API in Windows Phone 8?

  20. 20

    How can i set camera properties when using CameraPreviewImageSource from Lumia Imaging SDK with WinRT on Windows Phone 8.1

  21. 21

    Camera Capture Task in windows phone 8

  22. 22

    Windows Phone 8.1 app MediaCapture under exposed

  23. 23

    Use the windows phone 8.1 camera With Ionic Framework

  24. 24

    windows phone 8 - I want create chat using socket

  25. 25

    How to use the namespace "Windows.Globalization.Calendar" in Windows Phone 8

  26. 26

    How to get contact picture on Windows Phone 7

  27. 27

    Displaying camera preview using DirectX Texture2D causes oscillation on Windows Phone 8

  28. 28

    How do I create a bulleted list in Windows Phone 8?

  29. 29

    How to create a photo album folder in Windows Phone 8 Programmatically

HotTag

Archive