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
let settings = Settings::new(// Item To Captue
foreground_window,// Capture CursorSome(true),// Draw Borders (None Means Default Api Configuration)Some(false),// HERE 👈// Kind Of Pixel Format For Frame To HaveColorFormat::Rgba8,// Any Value To Pass To The New Function"It Works".to_string(),).unwrap();
When capturing the screen, there will be a yellow border, which can be turned off on Win11. Can an option be added to turn off the yellow border
The text was updated successfully, but these errors were encountered: