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
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
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
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