how to access webcam on windows phone emulator - windows-phone-7

how can i access webcam through windows phone 7 emulator to take the pic and save the image in gallery of emulator.
i have seen here but this api doesnt work.
please suugest an api that will implement webcam on emulator.

You simply can't do it. Debug using a physical device instead.

Related

Activate the back camera on WP8 Device

I'm trying to do something very simple: implement a program that activates the back camera of my WP8 device. Could anyone help me do that?
If so you could try using the PhotoCamera class in order to capture images. I'm not pretty sure whether you'll be able to open the native Camera app of the device.
References:
How to access the camera from my Windows Phone 8 app (XAML and C#) and save the taken picture in a determined folder?
Sample from MSDN
Minimal Camera app in Windows Phone

windows 8.1 kiosk mode - Stream to TV

I am building a modern application on Windows 8.1. This application will display a list of videos. A user can select a video to start playing it. This application will run in Kiosk mode using Assigned Access feature of Windows 8.1
http://blogs.msdn.com/b/hyperyash/archive/2013/10/25/enable-kiosk-mode-in-windows-8-1.aspx
Now that I have the app running in kiosk mode, I want to stream it automatically to a Smart TV. I have looked at the Play To contract in Windows 8.1 but all of these require user initiated action by tapping on Devices in Charms bar. How can I stream the video to the TV - is there a way to achieve this through code?

How to run a Windows Phone 7 PhoneGap app on a device

I have made a html5 app which I have converted into windows app through phonegap.
I want to run it on my windows device but i don't know to transfer my app to the device and so I am not able to run it on my device.
My device is nokia lumia 720.
I have not try it my self, but maybe this can help you?
http://docs.phonegap.com/en/2.1.0/guide_getting-started_windows-phone_index.md.html#Getting%20Started%20with%20Windows%20Phone

WP7:LivesmoothStreaming is not working with device

We're building a LIVE Smooth Streaming WP7 App.It works perfectly on the emulator, but not on device (shows up blank).
We are also trying smf player for streaming on WP7 but every time we are getting a blank screen on player. Its only work on Emulator.
Though there is no error being thrown.
How i can apply live streaming on my windows phone not on emulator.
looking for your responce
Does your streaming source contain multi-resolution tracks?
This kind of problem may appear when testing on a WP8 Emulator and then deploying the app to a WP7 device. Specially if the WP7 device is a first-generation device, like HTC HD7.
Basically this happens because the WP8 emulator and Wp8 devices do support multi-resolution, but old devices do not support multi-resolution tracks. You can read more here: http://blog.supaywasi.com/2013/01/smooth-streaming-multi-resolution-support-for-windows-phone/
So, basically you have to handle the ManifestReady event on your WP7 app and RestrictTracks to only tracks of the same resolution.
For WP8 devices you will not need to this.

Windows Phone 7 emulator support any GPS device for development

I am developing for Windows Phone 7.
My application uses GeoCoordinateWatcher to detect user current position.
Now my client is asking me to test GPS functionality. But i don't have Windows Phone 7 mobile available here. I want to connect a GPS receiver with my laptop and somehow connect that to Windows Phone 7 emulator so the emulator would receive the data from my USB GPS receiver.
Is it possible?
You can try Kevin D. Wolf's GPS simulator for Windows Phone 7.
It will allow you to test the GPS fonctionality of your app without any GPS device.

Resources