Windows error 0xC00D3704, -1072875772

Detailed Error Information

MF_E_HW_MFT_FAILED_START_STREAMING[1]

MessageHardware MFT failed to start streaming due to lack of hardware resources.%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 Code14084 (0x3704)

Questions

1vote
1answer

Windows 10 Camera App: "Close other apps" Error 0xA00F4243(0xC00D3704)

I recently purchased a Logitech Brio 4k UHD webcam. To test it out, I opened up the Windows Camera app, only to be met with an error message "Close other apps: It looks like another app is using the camera already. 0xA00F4243(0xC00D3704)" I tried the basic troubleshooting steps such as [...] read more
windows-10
webcam
logitech-webcam
1vote
1answer

How to catch UWP MediaCapture exception when capture device is used by another app?

I am working on adding a simple webcam preview to a UWP app. Getting the preview up and running works fine so I am working on properly handling exceptions thrown by InitializeAsync() and StartPreviewAsync() and am not able to properly catch exceptions for the second one. I'm basing my code [...] read more
uwp
c++-winrt
mediacapture
1vote
1answer

How to fix photocapture error with vuforia, script in unity for hololens

I am trying to take a photo through the Hololens with my PhotoCapture unity script. I want to use a Vuforia Engine ARCamera for the possibility to see the reality at the same time as I see the AR-GUI I've created (for future functionality). The main error I get is: [...] read more
c#
unity3d
vuforia
hololens
1vote
1answer

How to know that camera is currently being used by another application with UWP?

I am trying to show error message "Cannot setup camera; currently being using" when there is already a process running the camera. I have the code that starts the preview using the MediaCapture and it works fine when running without another application using camera. I do get the exception 0x40080201: [...] read more
windows
camera
uwp
c++-cx
0votes
0answers

Camera Reserved By Another Application 0xA00F4243(0xC00D3704)

I have been struggling with this issue for a week now and I cannot find the solution, I have went through many video's, guides, tutorials and even a clean windows install and at this point I finally decided to reach out to you guys! So my scenario; I recently purchased [...] read more
windows
windows-10
webcam
0votes
1answer

cannot readsample from IMFSource in synchronous mode

I am having trouble with a video recording application that I am writing using Microsoft Media Foundation. Specifically, the read/write function (which I put on a loop that lives on it's own thread) doesn't make it pass the call to ReadSample: HRESULT WinCapture::rwFunction(void) { HRESULT hr; DWORD streamIndex, flags; LONGLONG [...] read more
c++
ms-media-foundation

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