doughtmw / YoloDetectionHoloLens-Unity

Object detection on the HoloLens through streaming PV camera frames to a companion PC, processing those using a YOLO framework, and returning the bounding box data which is rendered using Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck at "Initializing MediaFrameSourceGroup"

Hellstormer00 opened this issue · comments

When deploying the programme onto my hololens 2 I get the unity Logo and then just some text saying "Initializing MediaFrameSourceGroup".

I have deployed the Release Verision on ARM.

If you need any more information feel free to tell me

this is the stack trace i got:

Exception: Exception of type 'System.Exception' was thrown.
at HoloLensForCV.SensorFrameStreamer..ctor () [0x00000] in <00000000000000000000000000000000>:0
at YoloDetectionHoloLens.YoloDetection+d__21..ctor (System.Int32 <>1__state) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message, System.Collections.Generic.IEqualityComparer1[T] comparer) [0x00000] in <00000000000000000000000000000000>:0 at YoloDetectionHoloLens.YoloDetection.StartHoloLensMediaFrameSourceGroup () [0x00000] in <00000000000000000000000000000000>:0 at YoloDetectionHoloLens.YoloDetection+<ConnectSocket>d__21..ctor (System.Int32 <>1__state) [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message, System.Collections.Generic.IEqualityComparer1[T] comparer) [0x00000] in <00000000000000000000000000000000>:0
at YoloDetectionHoloLens.YoloDetection.Start () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.TargetParameterCountException..ctor (System.String message) [0x00000] in <00000000000000000000000000000000>:0
at YoloDetectionHoloLens.YoloDetection+d__21..ctor (System.Int32 <>1__state) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x00000] in <00000000000000000000000000000000>:0
at YoloDetectionHoloLens.YoloDetection.Start () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__6_0 (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.SendOrPostCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.WSA.WindowSizeChanged..ctor (System.Object object, System.IntPtr method) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.ExecuteTasks () [0x00000] in <00000000000000000000000000000000>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
UnityEngine.WSA.WindowSizeChanged:.ctor(Object, IntPtr)
UnityEngine.UnitySynchronizationContext:Exec()
UnityEngine.UnitySynchronizationContext:ExecuteTasks()

Im stuck with same problem, Did you solve it?