Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qinjianzhanqing opened this issue Jun 23, 2018 · 1 comment

Comments

@qinjianzhanqing
Copy link

No description provided.

@yangjieshao
Copy link

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); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants