Meta.Vlc icon indicating copy to clipboard operation
Meta.Vlc copied to clipboard

图片超过4k会有问题,视频超过也不能超4k,试过直接用Vlc我播放器是可以的,还有就是添加采集设备怎么操作(如摄像头)?

Open qinjianzhanqing opened this issue 7 years ago • 1 comments

qinjianzhanqing avatar Jun 23 '18 03:06 qinjianzhanqing

VlcPlayer.Events.cs 353行 试试? DisplayThreadDispatcher.Invoke(DispatcherPriority.Normal, new Action(() => { if (_context != null) { _context.Dispose(); } _context = new VideoDisplayContext(videoFormatChangingArgs.Width, videoFormatChangingArgs.Height, videoFormatChangingArgs.ChromaType); VideoSource = null; })); while (_context == null) { Debug.WriteLine("_context is <NULL>"); System.Threading.Thread.Sleep(20); }

yangjieshao avatar Jul 20 '18 09:07 yangjieshao