Windows error 0xC00D36D5, -1072875819

Detailed Error Information

MF_E_NOT_FOUND[1]

MessageThe specified object or value does not exist.%0
Declared inMferror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code14037 (0x36d5)

Questions

2votes
1answer

How to Capture "Audio Only" using Windows MediaCapture API?

I am trying to capture "Audio only" through Windows MediaCapture API. I am using the following code but getting an Exception(HRESULT: 0xC00D36D5). MediaCapture captureMgr = new MediaCapture(); MediaCaptureInitializationSettings captureSettings = new MediaCaptureInitializationSettings(); captureSettings.StreamingCaptureMode = StreamingCaptureMode.Audio; await captureMgr.InitializeAsync(captureSettings); this.CaptureVideoElement.Source = captureMgr;// exception is thrown here... await captureMgr.StartPreviewAsync(); please tell me what [...] read more
c#
windows
audio-streaming
audio-recording
0votes
0answers

My Camera is not working in PC(Lenovo) it is showing error code 0xA00F4244(0xC00D36D5) please anyone help me

My Camera is not working in PC(Lenovo) it is showing error code 0xA00F4244(0xC00D36D5) please anyone help me Please help me in solving this issue I tried several tips from youtube videos but they are not working read more
hardware-failure
lenovo-laptop
camera
0votes
1answer

Using Uri connected IP camera to take pictures and record video with Windows UWP app

Connecting directly IP cameras is a new UWP feature. On this page: https://blogs.windows.com/windowsdeveloper/2019/10/10/connecting-network-cameras-to-windows-10-devices/ It says: "For streaming from a URI through the MediaCapture class, assign the desired URI to MediaCaptureInitializationSettings::DeviceUri. If credentials are required, they can be set through MediaCaptureInitializationSettings::DeviceUriPasswordCredential. The API supports ONVIF and generic RTSP server URIs. This [...] read more
uwp
camera
ip
onvif
mediacapture
0votes
0answers

open kinect dk on windows fail ,how can i do

config:Windows10 I want to open AZURE KINECT DK by Azure Kinect SDK v1.3.0,but the result is -> [ error ] : RuntimeClassInitialize(). Failed to find color camera in open camera: 0xc00d36d5 [ error ] : SUCCEEDED( Microsoft::WRL::MakeAndInitialize(&color->m_spCameraReader, (GUID *)container_id)) returned failure in color_create() [ error ] : color_create( device->tick_handle, container_id, [...] read more
kinect

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0