You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
I need to create a WPF project to capture windows in real time. I want to use Windows.Graphics.Capture to develop it, and I find that XAML-Islands might be very helpful. I can use GraphiccapturePicker () normally through WindowsXamlHost, But when i use the Direct3D11CaptureFramePool () there's an error {System. AccessViolationException: "Attempted to read or write protected memory. This Is, an indication that other memory is corrupt. "} rised, and in the Microsoft.Windows.SDK.Contracts can not find Windows.Graphics.Capture, What should I do?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello Lookforworld, thank you for your interest in Win32!
I have automatically added a "needs triage" label to help get things started. Our team will look into the question and answer ASAP. Other community members may also answer the question and provide feedback 🙌
Hi!
I need to create a WPF project to capture windows in real time. I want to use Windows.Graphics.Capture to develop it, and I find that XAML-Islands might be very helpful. I can use GraphiccapturePicker () normally through WindowsXamlHost, But when i use the Direct3D11CaptureFramePool () there's an error {System. AccessViolationException: "Attempted to read or write protected memory. This Is, an indication that other memory is corrupt. "} rised, and in the Microsoft.Windows.SDK.Contracts can not find Windows.Graphics.Capture, What should I do?
Thanks!
The text was updated successfully, but these errors were encountered: