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
_ => Err(format!("Frame with formats other than DRM_FORMAT_XRGB8888 or DRM_FORMAT_XRGB2101010 are not supported yet (yours is {format}). If you see this issue, please open a GitHub issue (unless there's one already open) and share your format value").into()),
890
+
let drm = DrmFourcc::try_from(format)?;
891
+
log::debug!("Processing frame in DRM format {drm}");
0 commit comments