Windows error 0xC00D36B3, -1072875853

Detailed Error Information

MF_E_INVALIDSTREAMNUMBER[1]

MessageThe stream number provided was invalid.%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 Code14003 (0x36b3)

Questions

1vote
1answer

OpenCV VideoCapture doesn't work inside Visual Studio 2017 (Windows 10)

I have a very strange problem. VideoCapture does not open nor webcam nor video file when I run the C++ application from Visual Studio and in the case of webcam gives me the following error: > WinRT originate error - 0xC00D36B3 : 'The stream number provided was invalid.' followed by [...] read more
windows
opencv
video-capture
-1votes
0answers

Loading OpenCV .dlls on Hololens using Unity

I have a project in Unity that has OpenCV dlls built for Win32/x86 platform(ie for Hololens 1). They are placed in : O:\Unity_Projects\MachineViewer_x86\Assets\Plugins\WSA\x86 . So I know the folder structure itself is not wrong . In the project , i have only one script which calls detectaruco which is a [...] read more
c#
c++
opencv
unity3d
hololens
-1votes
0answers

Getting Hololens RGB Camera frames from Unity

I am building an OpenCV Project in Unity for Hololens for detecting aruco Tags. My project includes .dlls generated from OpenCV as Plugins and in addition, I have MRTK installed in my project. It works well within Unity but when I deploy on Hololens, tags do not get detected. There [...] read more
opencv
unity3d
hololens
mrtk
aruco

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