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


i know how implement camera capture using mediacapture in windows phone 8.1. question can't launch existing camera app using launchuriasync() , path of file or file in form of argument?

example: when try using import , choose photos app have option take image. can't use existing camera app this? should have implement our own media capture resolution etc?

thanks.

the app needs use mediacapture api.

windows phone runtime apps cannot directly launch camera app capture , return image. there no analogous api cameracapturetask (windows phone silverlight) or cameracaptureui (windows store apps).

can't launch existing camera app using launchuriasync() , path of file or file in form of argument?

in windows 10 possible write camera app service provides this, not in 8.1.

see build session app-to-app communication: building web of apps

should have implement our own media capture resolution etc?

http://wpdev.uservoice.com place request features windows dev platform.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -