videokit icon indicating copy to clipboard operation
videokit copied to clipboard

webgl-camera-error bug

Open stusman opened this issue 2 years ago • 0 comments

Hello. This problem appeared after I do videoKitCameraManager.StartRunning(). After the build on webgl. VideoKit version 0.0.17.

ArgumentNullException: Value cannot be null.
Parameter name: source
  at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in <00000000000000000000000000000000>:0 
--- End of stack trace from previous location where exception was thrown ---

My full stack trace of the exception: _videokit.log

My code: image

stusman avatar Jan 04 '24 08:01 stusman