Hi
Anyone knows how to switch camera when recording video with capture element?
Or is it possible to do this?
Hi,
You can use captureInitSettings.videoDeviceId = deviceList[n].id; to use another camera.
But it cannot be change after recording video. We can stop the camera first and then change the camera. http://msdn.microsoft.com/en-us/library/windows/apps/windows.media.capture.mediacaptureinitializationsettings.aspx
Best regards, Jesse
Jesse Jiang MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.