Recording Video with Remote IP camera - MediaCapture

Vikki 41 Reputation points
2021-02-21T14:59:40.897+00:00

Hello,

I would like to use a remote IP camera to take pictures and record video. I have Reolink-410 Camera. I am able to connect to the camera by using captureInitSettings.DeviceUri and I am able to initialize the MediaCapture object and take pictures from the camera. But I am not able to record video from the camera. I am using code sample from this page:
https://learn.microsoft.com/en-us/windows/uwp/audio-video-camera/basic-photo-video-and-audio-capture-with-mediacapture

The following instruction throws exception:
await _mediaRecording.StartAsync();
{"The specified object or value does not exist. (Exception from HRESULT: 0xC00D36D5)"}

Does anybody tried IP cameras with UWP apps? Thank you for your help.

Universal Windows Platform (UWP)
{count} votes